Update contrat.class.php

This commit is contained in:
Laurent Destailleur 2020-10-15 20:24:26 +02:00 committed by GitHub
parent 4a3ffbb6d4
commit c3a02d0391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2565,7 +2565,7 @@ class ContratLigne extends CommonObjectLine
public $fk_product;
public $statut; // 0 inactive, 4 active, 5 closed
public $product_type; // 0 for product, 1 for service
public $type; // 0 for product, 1 for service
/**
* @var string
@ -2584,6 +2584,7 @@ class ContratLigne extends CommonObjectLine
*/
public $description;
public $product_type; // 0 for product, 1 for service
public $product_ref;
public $product_label;