2
0
forked from Wavyzz/dolibarr

Mise a jour des champ total_ht, total_tva et total_ttc au niveau ligne

This commit is contained in:
Laurent Destailleur
2006-06-16 00:33:04 +00:00
parent 6d09c5a35e
commit a53e6f7cfc
17 changed files with 1341 additions and 1289 deletions

View File

@@ -2158,20 +2158,21 @@ class Commande
class CommandeLigne
{
// From llx_propaldet
var $qty;
var $tva_tx;
var $subprice;
var $remise_percent;
var $price;
var $product_id;
var $desc; // Description ligne
var $coef;
// From llx_commandedet
var $qty;
var $tva_tx;
var $subprice;
var $remise_percent;
var $price;
var $product_id; // Id produit pr<70>d<EFBFBD>fini
var $desc; // Description ligne
var $coef;
// From llx_product
var $libelle; // Label produit
var $product_desc; // Description produit
var $ref;
// From llx_product
var $libelle; // Label produit
var $product_desc; // Description produit
var $ref; // Reference produit
function CommandeLigne()
{