2
0
forked from Wavyzz/dolibarr

add extrafieldmanaged in commande.class.php

This commit is contained in:
Jakub Stříbrný
2023-07-26 14:54:58 +02:00
committed by GitHub
parent 0cff3efddd
commit a73024bec8

View File

@@ -82,6 +82,11 @@ class Commande extends CommonOrder
*/
public $ismultientitymanaged = 1;
/**
* @var int Does object support extrafields ? 0=No, 1=Yes
*/
public $isextrafieldmanaged = 1;
/**
* 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
* @var integer