Revision 96dbc076
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
1212 | 1212 |
|
1213 | 1213 |
my $transdate = ""; |
1214 | 1214 |
if ($form->{type} eq "invoice") { |
1215 |
$transdate = $form->{deliverydate} ? $dbh->quote($form->{deliverydate})
|
|
1216 |
: $form->{invdate} ? $dbh->quote($form->{invdate})
|
|
1215 |
$transdate = $form->{deliverydate} ? $dbh->quote($form->{deliverydate}) |
|
1216 |
: $form->{invdate} ? $dbh->quote($form->{invdate}) |
|
1217 | 1217 |
: "current_date"; |
1218 | 1218 |
} else { |
1219 | 1219 |
$transdate = $form->{transdate} ? $dbh->quote($form->{transdate}) : "current_date"; |
Auch abrufbar als: Unified diff
Entfernung von trailing whitespaces