/[dolibarr]/dolibarr/htdocs/fourn/facture/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/fourn/facture/fiche.php

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

revision 1.78 by eldy, Wed Nov 9 21:27:37 2005 UTC revision 1.79 by eldy, Wed Nov 23 00:43:19 2005 UTC
# Line 289  if ($_GET['action'] == 'create' or $_GET Line 289  if ($_GET['action'] == 'create' or $_GET
289                  print '<td align="center"><input type="text" size="8" name="amount'.$i.'" value="'.$value_pu.'"></td>';                  print '<td align="center"><input type="text" size="8" name="amount'.$i.'" value="'.$value_pu.'"></td>';
290                  print '<td align="center"><input type="text" size="3" name="qty'.$i.'" value="'.$value_qty.'"></td>';                  print '<td align="center"><input type="text" size="3" name="qty'.$i.'" value="'.$value_qty.'"></td>';
291                  print '<td align="center">';                  print '<td align="center">';
292                  $html->select_tva('tauxtva'.$i);                  $html->select_tva('tauxtva'.$i,'', '',$mysoc);
293                  print '</td>';                  print '</td>';
294                  print '<td align="center"><input type="text" size="8" name="amountttc'.$i.'" value=""></td></tr>';                  print '<td align="center"><input type="text" size="8" name="amountttc'.$i.'" value=""></td></tr>';
295          }          }
# Line 421  else Line 421  else
421                          print '</td>';                          print '</td>';
422                          print '<td align="center">-</td>';                          print '<td align="center">-</td>';
423                          print '<td align="center">';                          print '<td align="center">';
424                          $html->select_tva('tauxtva');                          $html->select_tva('tauxtva','',$societe,$mysoc);
425                          print '</td><td align="center" colspan="2">';                          print '</td><td align="center" colspan="2">';
426                          print '&nbsp;';                          print '&nbsp;';
427                          print '</td><td align="center"><input type="submit" class="button" value="'.$langs->trans('Add').'"></td></tr>';                          print '</td><td align="center"><input type="submit" class="button" value="'.$langs->trans('Add').'"></td></tr>';

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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