X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FX.pm;h=c3533e2efb7fe72ba24788517660e701175e402c;hb=1deb1fbe7e1c00bb64df6e8d47023c1e429af8f6;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) ] }, }, );