X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FX.pm;fp=SL%2FX.pm;h=c3533e2efb7fe72ba24788517660e701175e402c;hb=eb0b223d2716d3fcffb9a3d806506ca4e396f4f8;hp=4acd3bbabff480d55fcdccfe74cd560ea5dcaae3;hpb=982ea31671dc3073ee90ebf57f92578d95b70201;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) ] }, }, );