diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 337747cbaad..8a4eeac4353 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -36,6 +36,11 @@ require("./paiementfourn.class.php"); $facid=isset($_GET["facid"])?$_GET["facid"]:$_POST["facid"]; $action=isset($_GET["action"])?$_GET["action"]:$_POST["action"]; +$page=$_GET["page"]; +$sortorder=$_GET["sortorder"]; +$sortfield=$_GET["sortfield"]; + + /* * Sécurité accés client */ @@ -96,7 +101,7 @@ if ($action == 'create') $total = $obj->total_ttc; - print_titre("Émettre un paiement"); + print_titre($langs->trans("DoPayment")); print '