]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Die customer_id/vendor_id muss auch mitgeschleppt werden, weil sie ansonsten in der...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 8 May 2007 12:46:05 +0000 (12:46 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 8 May 2007 12:46:05 +0000 (12:46 +0000)
bin/mozilla/oe.pl

index 4678c2bb5a8448378f5cb7012e188a45517c3878..b5cd79d636621c7baad5e47d73daca7b742a4c9a 100644 (file)
@@ -435,6 +435,7 @@ sub form_header {
   }
 
   $vc = qq|
   }
 
   $vc = qq|
+      <input type="hidden" name="$form->{vc}_id" value="| . H($form->{"$form->{vc}_id"}) . qq|">
       <input type="hidden" name="old$form->{vc}" value="| . H($form->{"old$form->{vc}"}) . qq|">
       <th align="right">| . $locale->text(ucfirst($form->{vc})) . qq|</th>
       <td>| . 
       <input type="hidden" name="old$form->{vc}" value="| . H($form->{"old$form->{vc}"}) . qq|">
       <th align="right">| . $locale->text(ucfirst($form->{vc})) . qq|</th>
       <td>| .