X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FZUGFeRD.pm;h=699e5fe5ef7ac3e294c4a2bcde17219fff82419d;hb=04e34508912922a1ac4679ca56b3b8795ea0c4b6;hp=cad98a363523c06ee4cc1263b07b45a78a35204f;hpb=ba40069b4f465cd51d509ab280d1c6e61652bda9;p=kivitendo-erp.git diff --git a/SL/Controller/ZUGFeRD.pm b/SL/Controller/ZUGFeRD.pm index cad98a363..699e5fe5e 100644 --- a/SL/Controller/ZUGFeRD.pm +++ b/SL/Controller/ZUGFeRD.pm @@ -77,7 +77,7 @@ sub action_import_zugferd { } } - die t8("Please add a valid VAT-ID for this vendor: " . $vc) unless (ref $vendor eq 'SL::DB::Vendor'); + die t8("Please add a valid VAT-ID for this vendor: #1", $vc) unless (ref $vendor eq 'SL::DB::Vendor'); # 2. check if we have a ap record template for this vendor (TODO only the oldest template is choosen) my $template_ap = SL::DB::Manager::RecordTemplate->get_first(where => [vendor_id => $vendor->id]);