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:
b151cbc
)
toten code auch entfernen
author
Jan Büren
<jan@kivitendo-premium.de>
Thu, 27 Apr 2017 11:31:29 +0000
(13:31 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 27 Apr 2017 11:31:29 +0000
(13:31 +0200)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
ce5f9f6
..
1b583a6
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-940,9
+940,7
@@
sub post {
1;
}) {
push @errors, $EVAL_ERROR;
- # we have to use the error dialog here, otherwise the @errors won't be printed
$form->error($locale->text('Cannot post invoice and/or transfer out! Error message:') . "\n" . join("\n", @errors));
- die 'transaction error';
}
1;