Merge pull request #25313 from kubajznik/extrafields-support-selectForForms

NEW #25312 Support extrafields in selectForForms
This commit is contained in:
Laurent Destailleur
2023-09-02 18:40:14 +02:00
committed by GitHub
5 changed files with 23 additions and 0 deletions

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