Revision e241a106
Von Sven Schöling vor fast 3 Jahren hinzugefügt
SL/Controller/DeliveryOrder/TypeData.pm | ||
---|---|---|
6 | 6 |
use SL::Locale::String qw(t8); |
7 | 7 |
use SL::DB::DeliveryOrder::TypeData qw(:types :subs); |
8 | 8 |
|
9 |
my @export_types = qw(SALES_DELIVERY_ORDER_TYPE PURCHASE_DELIVERY_ORDER_TYPE SUPPLIER_DELIVERY_ORDER_TYPE RMA_DELIVERY_ORDER_TYPE); |
|
10 |
|
|
11 |
our @EXPORT_OK = (@export_types); |
|
12 |
our %EXPORT_TAGS = (types => \@export_types); |
|
13 |
|
|
9 | 14 |
use Rose::Object::MakeMethods::Generic scalar => [ qw(c) ]; |
10 | 15 |
|
11 | 16 |
sub new { |
Auch abrufbar als: Unified diff
DeliveryOrder: TypeData types auch aus dem Controller TypeData exportieren