Revision ca076e26
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
41 | 41 |
use Cwd; |
42 | 42 |
use Sort::Naturally; |
43 | 43 |
|
44 |
# for _link_to_records |
|
45 |
use SL::DB::Order; |
|
46 |
use SL::DB::OrderItem; |
|
47 |
use SL::DB::DeliveryOrder; |
|
48 |
use SL::DB::DeliveryOrderItem; |
|
49 |
use SL::DB::Invoice; |
|
50 |
use SL::DB::PurchaseInvoice; |
|
51 |
use SL::DB::InvoiceItem; |
|
52 |
|
|
53 | 44 |
use Rose::Object::MakeMethods::Generic |
54 | 45 |
( |
55 | 46 |
scalar => [ qw(item_ids_to_delete is_custom_shipto_to_delete) ], |
Auch abrufbar als: Unified diff
Reclamation: remove unused code