mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
Faktura warning workflow refactor
This commit is contained in:
parent
8547c6efa4
commit
814692903f
11 changed files with 175 additions and 160 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue