Revision f5b13074
Von Jan Büren vor etwa 8 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1312 | 1312 |
do_query($form, $dbh, qq|UPDATE ar SET paid = amount WHERE id = ?|, conv_i($form->{"id"})); |
1313 | 1313 |
} |
1314 | 1314 |
|
1315 |
$form->new_lastmtime('ar'); |
|
1315 |
# maybe we are in a larger transaction and the current |
|
1316 |
# object is not yet persistent in the db, therefore we |
|
1317 |
# need the current dbh to get the not yet committed mtime |
|
1318 |
$form->new_lastmtime('ar', $provided_dbh); |
|
1316 | 1319 |
|
1317 | 1320 |
$form->{name} = $form->{customer}; |
1318 | 1321 |
$form->{name} =~ s/--\Q$form->{customer_id}\E//; |
Auch abrufbar als: Unified diff
new_lastmtime mit $provided_dbh aufrufen
fix für #204