Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9687d2ce

Von Sven Schöling vor fast 4 Jahren hinzugefügt

  • ID 9687d2ce94190d858260e10dea0a882b77d3a9b6
  • Vorgänger c0b95291
  • Nachfolger 7e253668

Inventory Helper

Unterschiede anzeigen:

SL/X.pm
30 30
  'SL::X::ZUGFeRDValidation' => {
31 31
    isa                 => 'SL::X::Base',
32 32
  },
33
  'SL::X::Inventory' => {
34
    isa                 => 'SL::X::Base',
35
    fields              => [ qw(msg error) ],
36
    defaults            => { error_template => [ '%s: %s', qw(msg error) ] },
37
  },
38
  'SL::X::Inventory::Allocation' => {
39
    isa                 => 'SL::X::Base',
40
    fields              => [ qw(msg error) ],
41
    defaults            => { error_template => [ '%s: %s', qw(msg error) ] },
42
  },
33 43
);
34 44

  
35 45
1;

Auch abrufbar als: Unified diff