Revision 4ac74078
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
25 | 25 |
|
26 | 26 |
# methods |
27 | 27 |
|
28 |
sub items { goto &invoiceitems; } |
|
29 |
|
|
28 | 30 |
# it is assumed, that ordnumbers are unique here. |
29 | 31 |
sub first_order_by_ordnumber { |
30 | 32 |
my $self = shift; |
Auch abrufbar als: Unified diff
Sub-Aliase 'items' auf 'orderitems' bzw. 'invoiceitems' zur späteren Verwendung eines Mixins
Conflicts: