Revision 4ac74078
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/PurchaseInvoice.pm | ||
---|---|---|
14 | 14 |
|
15 | 15 |
__PACKAGE__->meta->initialize; |
16 | 16 |
|
17 |
sub items { goto &invoiceitems; } |
|
18 |
|
|
17 | 19 |
1; |
Auch abrufbar als: Unified diff
Sub-Aliase 'items' auf 'orderitems' bzw. 'invoiceitems' zur späteren Verwendung eines Mixins
Conflicts: