Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 93ae5d0f

Von Tamino Steinert vor 9 Monaten hinzugefügt

  • ID 93ae5d0f3364057cabdc9713273824e16e5d0d31
  • Vorgänger c123e944
  • Nachfolger d24e5589

S:D:PeriodicInvoiceItemsConfig: Bisherige Verwendung umstellen

Unterschiede anzeigen:

SL/DB/Order.pm
marge_percent marge_price_factor marge_total
ordnumber parts_id price_factor price_factor_id pricegroup_id
project_id qty reqdate sellprice serialnumber ship subtotal transdate unit
optional recurring_billing_mode position
optional position
)),
custom_variables => \@custom_variables,
);
if ( $is_abbr_any->(qw(soso)) && $source_item->periodic_invoice_items_config ) {
$current_oe_item->periodic_invoice_items_config(
$source_item->periodic_invoice_items_config->clone_and_reset
);
}
} elsif (ref($source) eq 'SL::DB::Reclamation') {
$current_oe_item = SL::DB::OrderItem->new(
map({ ( $_ => $source_item->$_ ) } qw(

Auch abrufbar als: Unified diff