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:
7370355
)
Debugcode entfernt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 7 Mar 2013 14:41:31 +0000
(15:41 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:02:25 +0000
(13:02 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
875b726
..
a3990f9
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-695,7
+695,6
@@
sub show_generic_error {
}
if ($::request->is_ajax) {
- $::lxdebug->message(0, "trying to render AJAX response...");
SL::ClientJS->new
->error($error)
->render(SL::Controller::Base->new);