forked from Wavyzz/dolibarr
Mise a jour des champ total_ht, total_tva et total_ttc au niveau ligne
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user