Skip to content
Snippets Groups Projects
Commit 3a6cfa1d authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Essaie avec tot * -1

parent b9dcabeb
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class RejetPrelevement
// entiere negative
$tot = ereg_replace(",",".",$fac->total_ttc);
$pai->amounts[$facs[$i]] = (0 - $tot);
$pai->amounts[$facs[$i]] = ($tot * -1);
$pai->datepaye = $this->db->idate(time());
$pai->paiementid = 3; // prlvement
$pai->num_paiement = "Rejet";
......
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