X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FX.pm;h=c3533e2efb7fe72ba24788517660e701175e402c;hb=baceb8e5ce8ee53a5bd81db430ba46e9606b5ca5;hp=4acd3bbabff480d55fcdccfe74cd560ea5dcaae3;hpb=9687d2ce94190d858260e10dea0a882b77d3a9b6;p=kivitendo-erp.git diff --git a/SL/X.pm b/SL/X.pm index 4acd3bbab..c3533e2ef 100644 --- a/SL/X.pm +++ b/SL/X.pm @@ -33,12 +33,12 @@ use Exception::Class ( 'SL::X::Inventory' => { isa => 'SL::X::Base', fields => [ qw(msg error) ], - defaults => { error_template => [ '%s: %s', qw(msg error) ] }, + defaults => { error_template => [ '%s: %s', qw(msg) ] }, }, 'SL::X::Inventory::Allocation' => { isa => 'SL::X::Base', fields => [ qw(msg error) ], - defaults => { error_template => [ '%s: %s', qw(msg error) ] }, + defaults => { error_template => [ '%s: %s', qw(msg) ] }, }, );