Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 93ae5d0f

Von Tamino Steinert vor etwa 2 Monaten hinzugefügt

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

S:D:PeriodicInvoiceItemsConfig: Bisherige Verwendung umstellen

Unterschiede anzeigen:

SL/DB/Order.pm
628 628
                                                          marge_percent marge_price_factor marge_total
629 629
                                                          ordnumber parts_id price_factor price_factor_id pricegroup_id
630 630
                                                          project_id qty reqdate sellprice serialnumber ship subtotal transdate unit
631
                                                          optional recurring_billing_mode position
631
                                                          optional position
632 632
                                                       )),
633 633
                                                   custom_variables => \@custom_variables,
634 634
      );
635
      if ( $is_abbr_any->(qw(soso)) && $source_item->periodic_invoice_items_config ) {
636
        $current_oe_item->periodic_invoice_items_config(
637
          $source_item->periodic_invoice_items_config->clone_and_reset
638
        );
639
      }
635 640
    } elsif (ref($source) eq 'SL::DB::Reclamation') {
636 641
      $current_oe_item = SL::DB::OrderItem->new(
637 642
        map({ ( $_ => $source_item->$_ ) } qw(

Auch abrufbar als: Unified diff