Revision 14a3e368
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
10 | 10 |
|
11 | 11 |
__PACKAGE__->attr_number($_, places => -2) for qw(amount netamount marge_total marge_percent); |
12 | 12 |
__PACKAGE__->attr_date($_) for qw(transdate reqdate); |
13 |
__PACKAGE__->attr_percent($_) for qw(marge_percent); |
|
13 | 14 |
|
14 | 15 |
__PACKAGE__->meta->add_relationship( |
15 | 16 |
orderitems => { |
Auch abrufbar als: Unified diff
Percent Attr für marge_percent in Order (zum testen)