Revision 04e34508
Von Moritz Bunkus vor fast 4 Jahren hinzugefügt
SL/Controller/ZUGFeRD.pm | ||
---|---|---|
77 | 77 |
} |
78 | 78 |
} |
79 | 79 |
|
80 |
die t8("Please add a valid VAT-ID for this vendor: " . $vc) unless (ref $vendor eq 'SL::DB::Vendor');
|
|
80 |
die t8("Please add a valid VAT-ID for this vendor: #1", $vc) unless (ref $vendor eq 'SL::DB::Vendor');
|
|
81 | 81 |
|
82 | 82 |
# 2. check if we have a ap record template for this vendor (TODO only the oldest template is choosen) |
83 | 83 |
my $template_ap = SL::DB::Manager::RecordTemplate->get_first(where => [vendor_id => $vendor->id]); |
Auch abrufbar als: Unified diff
Factur-X/ZUGFeRD-Import: Falsche Nutzung von t8() für Fehlermeldung korrigiert