Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7fc41a37

Von Moritz Bunkus vor fast 2 Jahren hinzugefügt

  • ID 7fc41a37d20b1307c70f609daff36c77cd474f49
  • Vorgänger 65e60fe8
  • Nachfolger cb9e30ac

Erzeugnis fertigen: alle möglichen Allokationsfehler auf einmal anzeigen

Unterschiede anzeigen:

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