gldate bei Zahlungen bei Kreditorenbuchungen auf current_date setzen
authorBernd Blessmann <bibi@online.de>
Wed, 31 Aug 2011 08:25:16 +0000 (10:25 +0200)
committerBernd Blessmann <bibi@online.de>
Wed, 31 Aug 2011 08:25:16 +0000 (10:25 +0200)
SL/AP.pm

index 79a93fe..7b0bc12 100644 (file)
--- a/SL/AP.pm
+++ b/SL/AP.pm
@@ -288,7 +288,7 @@ sub post_transaction {
       $form->{payables} = $amount;
 
       # add payment
-      my $gldate = (conv_date($form->{"gldate_$i"}))? conv_date($form->{"gldate_$i"}) : conv_date($form->{"gldate"});
+      my $gldate = (conv_date($form->{"gldate_$i"}))? conv_date($form->{"gldate_$i"}) : conv_date($form->current_date($myconfig));
       $query =
         qq|INSERT INTO acc_trans (trans_id, chart_id, amount, transdate, gldate, source, memo, project_id, taxkey) | .
         qq|VALUES (?, (SELECT id FROM chart WHERE accno = ?), ?, ?, ?, ?, ?, ?, | .