/[dolibarr]/dolibarr/htdocs/telephonie/ligne/history.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/ligne/history.php

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

revision 1.8 by rodolphe, Thu Oct 20 14:01:16 2005 UTC revision 1.9 by rodolphe, Thu Oct 20 14:04:17 2005 UTC
# Line 188  llxHeader("","","Historique Ligne"); Line 188  llxHeader("","","Historique Ligne");
188                                print '<br />'.$row[5];                                print '<br />'.$row[5];
189                              }                              }
190    
191                            print '</td><td>';                            print '</td><td>('.$row[6].') '.$ff[$row[6]];
                           print $ff[$row[6]];  
192                            print '</td><td>'.$row[4] . " " . $row[3] . "</td></tr>";                            print '</td><td>'.$row[4] . " " . $row[3] . "</td></tr>";
193                            $i++;                            $i++;
194                          }                          }
# Line 230  llxHeader("","","Historique Ligne"); Line 229  llxHeader("","","Historique Ligne");
229                    $var=!$var;                    $var=!$var;
230                                        
231                    print "<tr $bc[$var]>";                    print "<tr $bc[$var]>";
232                    print '<td>'.$obj->fk_fournisseur." ".$obj->mode."</td>\n";                    print '<td>('.$obj->fk_fournisseur.") ".$obj->mode."</td>\n";
233                    print '<td>'.$obj->situation."</td>\n";                    print '<td>'.$obj->situation."</td>\n";
234                    print '<td align="center">'.$obj->date_mise_service."</td>\n";                    print '<td align="center">'.$obj->date_mise_service."</td>\n";
235                    print '<td align="center">'.$obj->date_resiliation."</td>\n";                    print '<td align="center">'.$obj->date_resiliation."</td>\n";

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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