Mise aux normes graphiques
This commit is contained in:
parent
57452e11bb
commit
b288a22263
@ -724,7 +724,13 @@ else
|
|||||||
$author->id = $fac->user_author;
|
$author->id = $fac->user_author;
|
||||||
$author->fetch();
|
$author->fetch();
|
||||||
|
|
||||||
print_titre("Facture : ".$fac->ref);
|
|
||||||
|
$head[0][0] = DOL_URL_ROOT.'/comm/propal.php?propalid='.$propal->id;
|
||||||
|
$head[0][1] = "Facture : $fac->ref";
|
||||||
|
$h = 1;
|
||||||
|
$a = 0;
|
||||||
|
|
||||||
|
dolibarr_fiche_head($head, $a);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Confirmation de la suppression de la facture
|
* Confirmation de la suppression de la facture
|
||||||
@ -1017,7 +1023,7 @@ else
|
|||||||
* Fin Ajout ligne
|
* Fin Ajout ligne
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
print '</div>';
|
||||||
if ($user->societe_id == 0 && $_GET["action"] <> 'valid')
|
if ($user->societe_id == 0 && $_GET["action"] <> 'valid')
|
||||||
{
|
{
|
||||||
print "<br><div class=\"tabsAction\">\n";
|
print "<br><div class=\"tabsAction\">\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user