/[dolibarr]/dolibarr/htdocs/telephonie/contrat/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/contrat/fiche.php

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

revision 1.22 by rodolphe, Tue Sep 6 21:59:18 2005 UTC revision 1.23 by rodolphe, Mon Nov 7 10:21:12 2005 UTC
# Line 577  else Line 577  else
577                            
578                print '<table class="border" width="100%" cellspacing="0" cellpadding="4">';                print '<table class="border" width="100%" cellspacing="0" cellpadding="4">';
579                                
580                $sql = "SELECT l.ligne, l.statut, l.rowid, l.remise, f.nom as fournisseur";                $sql = "SELECT l.ligne, l.statut, l.rowid, l.remise, l.techno, f.nom as fournisseur";
581                $sql .= ", ss.code_client, ss.nom as agence";                $sql .= ", ss.code_client, ss.nom as agence";
582                $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as l";                $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as l";
583                $sql .= " , ".MAIN_DB_PREFIX."societe as ss";                $sql .= " , ".MAIN_DB_PREFIX."societe as ss";
# Line 622  else Line 622  else
622                            print '<td align="center">'.$ligne->statuts[$obj->statut]."</td>\n";                            print '<td align="center">'.$ligne->statuts[$obj->statut]."</td>\n";
623                                                        
624                            print '<td align="center">'.$obj->remise." %</td>\n";                            print '<td align="center">'.$obj->remise." %</td>\n";
625                            print "<td>".$obj->fournisseur."</td>\n";                            print "<td>".$obj->fournisseur." - \n";
626                              print $obj->techno."</td>\n";
627                            print "</tr>\n";                            print "</tr>\n";
628                            $i++;                            $i++;
629                          }                          }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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