diff --git a/htdocs/cashdesk/templates/validation1.tpl.php b/htdocs/cashdesk/templates/validation1.tpl.php index 199f40774fb..0dfb5496184 100644 --- a/htdocs/cashdesk/templates/validation1.tpl.php +++ b/htdocs/cashdesk/templates/validation1.tpl.php @@ -1,4 +1,4 @@ - -
Résumé +
Resume - + - + '); + echo (''); } - // Affichage du montant rendu (réglement en espèces) + // Affichage du montant rendu (reglement en especes) if ( $obj_facturation->montant_rendu() ) { echo (''); diff --git a/htdocs/cashdesk/templates/validation2.tpl.php b/htdocs/cashdesk/templates/validation2.tpl.php index 51fd5444ede..9083f083f72 100644 --- a/htdocs/cashdesk/templates/validation2.tpl.php +++ b/htdocs/cashdesk/templates/validation2.tpl.php @@ -1,4 +1,4 @@ -
Facture N°num_facture(); ?>
Facture N°num_facture(); ?>
Prix HT :prix_total_ht()).' '.$conf->monnaie; ?>
A payer :prix_total_ttc()).' '.$conf->monnaie; ?>
Mode de réglement :mode_reglement(); ?>
Mode de reglement :mode_reglement(); ?>
Encaissé :'.price2num($obj_facturation->montant_encaisse()).' '.$conf->monnaie.'
Encaiss� :'.price2num($obj_facturation->montant_encaisse()).' '.$conf->monnaie.'
Rendu :'.price2num($obj_facturation->montant_rendu()).' '.$conf->monnaie.'