/[dolibarr]/dolibarr/htdocs/fourn/commande/history.php
ViewVC logotype

Diff of /dolibarr/htdocs/fourn/commande/history.php

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

revision 1.12 by eldy, Fri Oct 14 21:49:28 2005 UTC revision 1.13 by eldy, Fri Oct 14 21:51:44 2005 UTC
# Line 99  if ($_GET["id"] > 0) Line 99  if ($_GET["id"] > 0)
99        if ($commande->methode_commande_id > 0)        if ($commande->methode_commande_id > 0)
100          {                  {        
101            print '<tr><td>'.$langs->trans("Date").'</td>';            print '<tr><td>'.$langs->trans("Date").'</td>';
102            print '<td colspan="2">'.dolibarr_print_date($commande->date_commande,"%A %e %B %Y")."</td>\n";            print '<td colspan="2">'.dolibarr_print_date($commande->date_commande,"%A %d %B %Y")."</td>\n";
103            print '<td width="50%">&nbsp;';            print '<td width="50%">&nbsp;';
104            print "</td></tr>";            print "</td></tr>";
105          }          }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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