Revision 3efcf1eb
Added by Tamino Steinert over 1 year ago
SL/DB/Invoice.pm | ||
---|---|---|
109 | 109 |
sub items { goto &invoiceitems; } |
110 | 110 |
sub add_items { goto &add_invoiceitems; } |
111 | 111 |
sub record_number { goto &invnumber; }; |
112 |
sub record_type { goto &invoice_type; }; |
|
112 | 113 |
|
113 | 114 |
sub is_sales { |
114 | 115 |
# For compatibility with Order, DeliveryOrder |
Also available in: Unified diff
Model::Record: Nutzte record_type für Erstellung aus Workflow