Affichage du pdfdetail
This commit is contained in:
parent
81c014be5c
commit
bb5271c86e
@ -625,7 +625,7 @@ else
|
|||||||
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
print '<tr><td width="20%">Fournisseur</td><td colspan="2">';
|
print '<tr><td width="20%">Fournisseur</td><td>';
|
||||||
|
|
||||||
$sql = "SELECT rowid, nom FROM ".MAIN_DB_PREFIX."telephonie_fournisseur";
|
$sql = "SELECT rowid, nom FROM ".MAIN_DB_PREFIX."telephonie_fournisseur";
|
||||||
$sql .= " WHERE commande_active = 1 AND rowid = ".$ligne->fournisseur_id;
|
$sql .= " WHERE commande_active = 1 AND rowid = ".$ligne->fournisseur_id;
|
||||||
@ -639,9 +639,13 @@ else
|
|||||||
print $row[1];
|
print $row[1];
|
||||||
}
|
}
|
||||||
$db->free();
|
$db->free();
|
||||||
}
|
}
|
||||||
|
print '</td><td>PDF détail : '.$ligne->pdfdetail;
|
||||||
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print '<tr><td width="20%">Remise LMN</td><td>'.$ligne->remise.' %</td>';
|
print '<tr><td width="20%">Remise LMN</td><td>'.$ligne->remise.' %</td>';
|
||||||
print '<td><a href="remises.php?id='.$ligne->id.'">historique</a></td></tr>';
|
print '<td><a href="remises.php?id='.$ligne->id.'">historique</a></td></tr>';
|
||||||
|
|
||||||
@ -677,6 +681,8 @@ else
|
|||||||
print '<a href="'.DOL_URL_ROOT.'/telephonie/facture/liste.php?search_ligne='.$ligne->numero.'">liste</a>';
|
print '<a href="'.DOL_URL_ROOT.'/telephonie/facture/liste.php?search_ligne='.$ligne->numero.'">liste</a>';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Contacts */
|
/* Contacts */
|
||||||
|
|
||||||
$sql = "SELECT c.idp, c.name, c.firstname, c.email ";
|
$sql = "SELECT c.idp, c.name, c.firstname, c.email ";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user