X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSEPA.pm;h=3231ac9e96e8d3da8cd104eaab28d7d45f85cd89;hb=965a8ee142a6cd21c3056eacaa01a01818032c3e;hp=7724a52aab6a6fb10eb4a9b186ce3c8493aa1231;hpb=fc4e61993d9234665db7391ed5aec7aa1b6d6ea9;p=kivitendo-erp.git diff --git a/SL/SEPA.pm b/SL/SEPA.pm index 7724a52aa..3231ac9e9 100644 --- a/SL/SEPA.pm +++ b/SL/SEPA.pm @@ -168,7 +168,7 @@ sub _create_export { $transfer->{reference} = "${invnumber}-${num_payments}"; } - $h_item_id->execute(); + $h_item_id->execute() || $::form->dberror($q_item_id); my ($item_id) = $h_item_id->fetchrow_array(); my $end_to_end_id = strftime "LXO%Y%m%d%H%M%S", localtime;