]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ir.pl
Belege: »Details initial anzeigen« richtig behandeln
[mfinanz.git] / bin / mozilla / ir.pl
index ccf22345b068666f13559bc671202db0deacd27a..d8de8209990055a36eb63c8070750b7f09c6e39f 100644 (file)
@@ -65,6 +65,8 @@ sub add {
 
   return $main::lxdebug->leave_sub() if (load_draft_maybe());
 
+  $form->{show_details} = $::myconfig{show_form_details};
+
   $form->{title} = $locale->text('Record Vendor Invoice');
 
   &invoice_links;
@@ -82,6 +84,8 @@ sub edit {
 
   $main::auth->assert('vendor_invoice_edit');
 
+  $form->{show_details} = $::myconfig{show_form_details};
+
   # show history button
   $form->{javascript} = qq|<script type=text/javascript src=js/show_history.js></script>|;
   #/show hhistory button