]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/gl.pl
Setzen des Stornoflags auf "0" anstelle von NULL.
[kivitendo-erp.git] / bin / mozilla / gl.pl
index ea6708fd93b4e9f93b97d572c3aa6ce3390216cd..18e3fa580f79a88761b4ff13fbfedc2d23b87326 100644 (file)
@@ -1760,7 +1760,8 @@ sub post_transaction {
 sub post {
   $lxdebug->enter_sub();
 
-  $form->{title} = $locale->text("$form->{title} General Ledger Transaction");
+  $form->{title}  = $locale->text("$form->{title} General Ledger Transaction");
+  $form->{storno} = 0;
 
   post_transaction();