/[dolibarr]/dolibarr/htdocs/comm/addpropal.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/addpropal.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by eldy, Sat Oct 8 15:54:08 2005 UTC revision 1.37 by eldy, Mon Oct 10 20:55:21 2005 UTC
# Line 191  if ($_GET["action"] == 'create') Line 191  if ($_GET["action"] == 'create')
191          for ($i = 1 ; $i <= PROPALE_NEW_FORM_NB_PRODUCT ; $i++)          for ($i = 1 ; $i <= PROPALE_NEW_FORM_NB_PRODUCT ; $i++)
192          {          {
193              print '<tr><td>';              print '<tr><td>';
194              $form->select_produits('',"idprod".$i,'',50);              $form->select_produits('',"idprod".$i,'',$conf->produit->limit_size);
195              print '</td>';              print '</td>';
196              print '<td><input type="text" size="2" name="qty'.$i.'" value="1"></td>';              print '<td><input type="text" size="2" name="qty'.$i.'" value="1"></td>';
197              print '<td><input type="text" size="3" name="remise'.$i.'" value="'.$soc->remise_client.'"> %</td></tr>';              print '<td><input type="text" size="3" name="remise'.$i.'" value="'.$soc->remise_client.'"> %</td></tr>';

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26