Revision ea4101ec
Von Martin Helmling martin.helmling@octosoft.eu vor etwa 8 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
867 | 867 |
my ($quotation) = $sth->fetchrow_array(); |
868 | 868 |
|
869 | 869 |
if ($quotation) { |
870 |
return; |
|
870 |
return 1;
|
|
871 | 871 |
} |
872 | 872 |
|
873 | 873 |
my @close_ids; |
Auch abrufbar als: Unified diff
BUGFIX: single-dbh: Rollback bei Auftrag => Angebot
hier fehlt der returnwert 1 damit kein Rollback gemacht wird
Korrektur von 8e0f6e70
(Womöglich noch woanders fehlerhaft !)