mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Affichage du pdfdetail
This commit is contained in:
@@ -625,7 +625,7 @@ else
|
||||
|
||||
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 .= " WHERE commande_active = 1 AND rowid = ".$ligne->fournisseur_id;
|
||||
@@ -639,9 +639,13 @@ else
|
||||
print $row[1];
|
||||
}
|
||||
$db->free();
|
||||
}
|
||||
}
|
||||
print '</td><td>PDF d<>tail : '.$ligne->pdfdetail;
|
||||
|
||||
print '</td></tr>';
|
||||
|
||||
|
||||
|
||||
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>';
|
||||
|
||||
@@ -677,6 +681,8 @@ else
|
||||
print '<a href="'.DOL_URL_ROOT.'/telephonie/facture/liste.php?search_ligne='.$ligne->numero.'">liste</a>';
|
||||
print '</td></tr>';
|
||||
|
||||
|
||||
|
||||
/* Contacts */
|
||||
|
||||
$sql = "SELECT c.idp, c.name, c.firstname, c.email ";
|
||||
|
||||
Reference in New Issue
Block a user