Kunden-/Lieferantenstammdatensuche: Fokus initial auf das Feld "Firmenname" setzen.
[kivitendo-erp.git] / bin / mozilla / gl.pl
index ea6708f..18e3fa5 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();