diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index fb16c29634a..6a506f75e92 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -312,12 +312,12 @@ else print ''.price($fac->lignes[$i][5]).""; print ''.price($fac->lignes[$i][6]).""; print '['; - print 'Supprimer]'; + print 'Supprimer]'; print ''; } /* Nouvelle ligne */ - print "
rowid&action=add_ligne\" method=\"post\">"; + print "rowid&action=add_ligne\" method=\"post\">"; print ""; print ''; print ''; @@ -459,11 +459,11 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print '[Supprimer]'; + print '[Supprimer]'; } elseif ($obj->statut == 1 && $obj->paye == 0 && $user->societe_id == 0) { - print '[Emmettre un paiement]'; + print '[Emmettre un paiement]'; } else { @@ -472,7 +472,7 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print '[Editer]'; + print '[Editer]'; } else { @@ -481,7 +481,7 @@ else if ($obj->statut == 1 && abs($resteapayer == 0) && $obj->paye == 0 && $user->societe_id == 0) { - print "[Classer 'Payée']"; + print "[Classer 'Payée']"; } else { @@ -490,7 +490,7 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print "[Valider]"; + print "[Valider]"; } else { diff --git a/htdocs/fourn/facture/pre.inc.php b/htdocs/fourn/facture/pre.inc.php index 50c3edadb2a..4d02fd98a9e 100644 --- a/htdocs/fourn/facture/pre.inc.php +++ b/htdocs/fourn/facture/pre.inc.php @@ -38,7 +38,7 @@ function llxHeader($head = "", $urlp = "") { if ($user->societe_id == 0) { - $menu->add_submenu(DOL_URL_ROOT."/soc.php?&action=create","Nouvelle société"); + $menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create","Nouvelle société"); }