Update treso.php

This commit is contained in:
Laurent Destailleur 2019-09-03 17:32:18 +02:00 committed by GitHub
parent 65fee73b22
commit 7c07e64adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
if(empty($reshook)){
$ref = isset($hookmanager->resArray['ref']) ? $hookmanager->resArray['ref'] : $ref;
$refcomp = isset($hookmanager->resArray['refcomp']) ? $hookmanager->resArray['refcomp'] : $refcomp;
$paiement = isset($hookmanager->resArray['payment']) ? $hookmanager->resArray['payment'] : $paiement;
$paiement = isset($hookmanager->resArray['paiement']) ? $hookmanager->resArray['paiement'] : $paiement;
}
$total_ttc = $obj->total_ttc;