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

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

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

revision 1.17 by eldy, Thu Aug 25 20:40:22 2005 UTC revision 1.18 by eldy, Sat Oct 8 19:13:58 2005 UTC
# Line 137  if ($user->rights->facture->lire) Line 137  if ($user->rights->facture->lire)
137            $soc->fetch($socidp);            $soc->fetch($socidp);
138          }          }
139                
140        print_barre_liste($langs->trans("BillsCustomersUnpayed")." ".($socidp?" $soc->nom":""),$page,"impayees.php","&socidp=$socidp",$sortfield,$sortorder,'',$num);        $titre=($socidp?$langs->trans("BillsCustomersUnpayedForCompany",$soc->nom):$langs->trans("BillsCustomersUnpayed"));
141          print_barre_liste($titre,$page,"impayees.php","&socidp=$socidp",$sortfield,$sortorder,'',$num);
142        $i = 0;        $i = 0;
143        print '<table class="liste" width="100%">';        print '<table class="liste" width="100%">';
144        print '<tr class="liste_titre">';        print '<tr class="liste_titre">';

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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