Skip to content
Snippets Groups Projects
Commit 68473e4b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Modif esthtique mineure

parent 0cc8d5d2
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
require('./pre.inc.php');
require('./paiementfourn.class.php');
$langs->load('companies');
$langs->load('bills');
$langs->load('banks');
......@@ -215,7 +216,7 @@ if ($action == 'create' || $action == 'add_paiement')
$obj = $db->fetch_object($resql);
$total = $obj->total;
print_titre($langs->trans('DoPayment'));
print_fiche_titre($langs->trans('DoPayment'));
print '<form name="addpaiement" action="paiement.php" method="post">';
print '<input type="hidden" name="action" value="add_paiement">';
print '<input type="hidden" name="facid" value="'.$facid.'">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment