Revision 7fc41a37
Von Moritz Bunkus vor fast 2 Jahren hinzugefügt
SL/X.pm | ||
---|---|---|
43 | 43 |
isa => 'SL::X::Base', |
44 | 44 |
fields => [ qw(code) ], |
45 | 45 |
}, |
46 |
'SL::X::Inventory::Allocation::MissingQty' => { |
|
47 |
isa => 'SL::X::Inventory::Allocation', |
|
48 |
fields => [ qw(code part_description to_allocate_qty missing_qty) ], |
|
49 |
}, |
|
50 |
'SL::X::Inventory::Allocation::Multi' => { |
|
51 |
isa => 'SL::X::Inventory::Allocation', |
|
52 |
fields => [ qw(errors) ], |
|
53 |
}, |
|
46 | 54 |
); |
47 | 55 |
|
48 | 56 |
1; |
Auch abrufbar als: Unified diff
Erzeugnis fertigen: alle möglichen Allokationsfehler auf einmal anzeigen