Revision e1bf173b
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
15 | 15 |
use SL::DB::Helper::PriceTaxCalculator; |
16 | 16 |
use SL::DB::Helper::PriceUpdater; |
17 | 17 |
use SL::DB::Helper::TransNumberGenerator; |
18 |
use SL::DB::Helper::CustomVariables ( |
|
19 |
sub_module => 'orderitems', |
|
20 |
cvars_alias => 1, |
|
21 |
overloads => { |
|
22 |
parts_id => 'SL::DB::Part', |
|
23 |
}, |
|
24 |
); |
|
18 | 25 |
use SL::DB::AccTransaction; |
19 | 26 |
use SL::DB::Chart; |
20 | 27 |
use SL::DB::Employee; |
Auch abrufbar als: Unified diff
CVars als Object Mixin.
Conflicts: