/[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.30 by eldy, Sat Aug 13 18:09:27 2005 UTC revision 1.31 by eldy, Sat Aug 20 18:59:17 2005 UTC
# Line 216  if ($_GET["action"] == 'create') Line 216  if ($_GET["action"] == 'create')
216        for ($i = 1 ; $i <= PROPALE_NEW_FORM_NB_PRODUCT ; $i++)        for ($i = 1 ; $i <= PROPALE_NEW_FORM_NB_PRODUCT ; $i++)
217          {          {
218            print '<tr><td>';            print '<tr><td>';
219            $html->select_produits("idprod".$id);            $html->select_produits('',"idprod".$i);
220            print '</td>';            print '</td>';
221            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>';
222            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.30  
changed lines
  Added in v.1.31

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