Faktura warning workflow refactor

This commit is contained in:
ragu 2023-02-10 12:04:30 +01:00
parent 8547c6efa4
commit 814692903f
11 changed files with 175 additions and 160 deletions

View file

@ -407,12 +407,11 @@ td {
$mandat_nr = " Mandatsreferenz: $ctt->{txt26}" if($ctt->{txt26} =~ /\w{2}-/);
my $invoice_time = $ctt->{invoice_time} || $ctt->{mtime};
#my $update_ctt = {
# table => "contenttrans",
# pay_time => "$invoice_time",
# };
#necersarry for non payone capture
#$dbt->update_record($dbh,$update_ctt,$ctt) if(!$ctt->{pay_time});
my $update_ctt = {
table => "contenttrans",
invoice_time => "$invoice_time",
};
$dbt->update_record($dbh,$update_ctt,$ctt);
my $mtime = $lb->time4de("$invoice_time","");
my $position = "";