';
- print "";
- print "";
+ print '';
+ print '';
print '| Tel | '.$objsoc->tel.' | Fax | '.$objsoc->fax.' | ';
print '| Ville | '.nl2br($objsoc->address)." $objsoc->cp $objsoc->ville | ";
@@ -229,7 +229,7 @@ if ($socid > 0)
*/
if ($user->rights->facture->lire)
{
- print "";
+ print '';
$var=!$var;
$sql = "SELECT s.nom, s.idp, f.facnumber, f.amount, ".$db->pdate("f.datef")." as df, f.paye, f.rowid as facid ";
$sql .= " FROM llx_societe as s,llx_facture as f WHERE f.fk_soc = s.idp AND s.idp = $objsoc->idp ORDER BY f.datef DESC";
| |