/[dolibarr]/dolibarr/htdocs/compta/facture.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/facture.php

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

revision 1.249 by hregis, Wed Dec 7 14:43:38 2005 UTC revision 1.250 by hregis, Wed Dec 7 14:48:31 2005 UTC
# Line 1491  else Line 1491  else
1491                                                  if ($conf->service->enabled)                                                  if ($conf->service->enabled)
1492                                                  {                                                  {
1493                                                          print '<tr '.$bc[$var].'>';                                                          print '<tr '.$bc[$var].'>';
1494                                                          print '<td colspan="5">Si produit de type service à durée limitée: Du ';                                                          print '<td colspan="9">Si produit de type service à durée limitée: Du ';
1495                                                          print $html->select_date($objp->date_start,'date_start',0,0,$objp->date_start?0:1);                                                          print $html->select_date($objp->date_start,'date_start',0,0,$objp->date_start?0:1);
1496                                                          print ' au ';                                                          print ' au ';
1497                                                          print $html->select_date($objp->date_end,'date_end',0,0,$objp->date_end?0:1);                                                          print $html->select_date($objp->date_end,'date_end',0,0,$objp->date_end?0:1);

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250

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