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