Revision 74554bc7
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/DB/PurchaseInvoice.pm | ||
---|---|---|
82 | 82 |
sub items { goto &invoiceitems; } |
83 | 83 |
sub add_items { goto &add_invoiceitems; } |
84 | 84 |
sub record_number { goto &invnumber; } |
85 |
sub record_type { goto &invoice_type; } |
|
85 | 86 |
|
86 | 87 |
sub is_sales { |
87 | 88 |
# For compatibility with Order, DeliveryOrder |
Auch abrufbar als: Unified diff
Model::Record: Nutzte record_type für Erstellung aus Workflow