Skip to content

Commit

Permalink
Update facture.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 10, 2018
1 parent 26686a0 commit b0bd8cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions htdocs/compta/facture/class/facture.class.php
Expand Up @@ -86,11 +86,11 @@ class Facture extends CommonInvoice
//var $amount;
public $remise_absolue;
public $remise_percent;
public $total_ht=0.0;
public $total_tva=0.0;
public $total_localtax1=0.0;
public $total_localtax2=0.0;
public $total_ttc=0.0;
public $total_ht=0;
public $total_tva=0;
public $total_localtax1=0;
public $total_localtax2=0;
public $total_ttc=0;
public $revenuestamp;

//! Fermeture apres paiement partiel: discount_vat, badcustomer, abandon
Expand Down

0 comments on commit b0bd8cf

Please sign in to comment.