projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822cdc9
)
meerge: IO: single-dbh return
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 9 Aug 2016 09:07:33 +0000
(11:07 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 2 Sep 2016 12:21:29 +0000
(14:21 +0200)
SL/IO.pm
patch
|
blob
|
history
diff --git
a/SL/IO.pm
b/SL/IO.pm
index
7e638b5
..
c0d6987
100644
(file)
--- a/
SL/IO.pm
+++ b/
SL/IO.pm
@@
-70,6
+70,8
@@
SQL
# Erstelldatum, wenn keine Modifikation erfolgt ist (bei Stornos z.B.).
do_query($form, $dbh, qq|UPDATE $table SET datepaid = COALESCE(mtime::date, itime::date) WHERE id = ?|, $id);
}
+
+ 1;
}) or do { die SL::DB->client->error };
$main::lxdebug->leave_sub();