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:
52d6234
)
RecordLinks: Typo in Modulname SL::DB
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 15 Nov 2021 12:35:00 +0000
(13:35 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 15 Nov 2021 12:35:00 +0000
(13:35 +0100)
SL/RecordLinks.pm
patch
|
blob
|
history
diff --git
a/SL/RecordLinks.pm
b/SL/RecordLinks.pm
index
18940c3
..
da5d54a
100644
(file)
--- a/
SL/RecordLinks.pm
+++ b/
SL/RecordLinks.pm
@@
-203,7
+203,7
@@
sub delete {
do_query($form, $dbh, $query, @where_values);
1;
- }) or die { SL::D
D
->client->error };
+ }) or die { SL::D
B
->client->error };
$main::lxdebug->leave_sub();
}