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 4678c2b..b5cd79d 100644 (file)
@@ -435,6 +435,7 @@ sub form_header {
   }
 
   $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>| .