/[dolibarr]/dolibarr/htdocs/facture.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/facture.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.106 by ccomb, Tue Aug 16 14:04:36 2005 UTC revision 1.107 by eldy, Sat Aug 20 14:36:32 2005 UTC
# Line 1642  class Facture Line 1642  class Facture
1642    
1643  class FactureLigne  class FactureLigne
1644  {  {
1645        var $subprice;  // Prix unitaire HT
1646        var $price;     // Prix HT apres remise %
1647    
1648      /**      /**
1649       *      \brief     Constructeur d'objets ligne de facture       *      \brief     Constructeur d'objets ligne de facture
# Line 1670  class FactureLigne Line 1672  class FactureLigne
1672              $this->desc           = stripslashes($objp->description);              $this->desc           = stripslashes($objp->description);
1673              $this->qty            = $objp->qty;              $this->qty            = $objp->qty;
1674              $this->price          = $objp->price;              $this->price          = $objp->price;
1675                $this->price_ttc      = $objp->price_ttc;
1676              $this->subprice       = $objp->subprice;              $this->subprice       = $objp->subprice;
1677              $this->tva_taux       = $objp->tva_taux;              $this->tva_taux       = $objp->tva_taux;
1678              $this->remise         = $objp->remise;              $this->remise         = $objp->remise;

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26