Revision 9f5cf41e
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/TransNumber.pm | ||
---|---|---|
16 | 16 |
scalar => [ qw(type id number save dbh dbh_provided business_id) ], |
17 | 17 |
); |
18 | 18 |
|
19 |
my @SUPPORTED_TYPES = qw(invoice invoice_for_advance_payment final_invoice credit_note customer vendor sales_delivery_order purchase_delivery_order sales_order purchase_order sales_quotation request_quotation part service assembly assortment letter), |
|
19 |
my @SUPPORTED_TYPES = ( |
|
20 |
qw(invoice invoice_for_advance_payment final_invoice credit_note customer vendor sales_delivery_order purchase_delivery_order sales_order purchase_order sales_quotation request_quotation part service assembly assortment letter), |
|
20 | 21 |
@{ SL::DB::DeliveryOrder::TypeData::valid_types() }, |
21 | 22 |
); |
22 | 23 |
|
Auch abrufbar als: Unified diff
DeliveryOrder-Controller: rebase fix, qw