|
@@ -46,15 +46,22 @@ require_once DOL_DOCUMENT_ROOT .'/multicurrency/class/multicurrency.class.php';
|
|
|
class Propal extends CommonObject
|
|
|
{
|
|
|
public $element='propal';
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @var string Name of table without prefix where object is stored
|
|
|
+ */
|
|
|
public $table_element='propal';
|
|
|
+
|
|
|
public $table_element_line='propaldet';
|
|
|
public $fk_element='fk_propal';
|
|
|
public $picto='propal';
|
|
|
+
|
|
|
/**
|
|
|
* 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
|
|
* @var int
|
|
|
*/
|
|
|
public $ismultientitymanaged = 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
|
|
@@ -3650,6 +3657,10 @@ class Propal extends CommonObject
|
|
|
class PropaleLigne extends CommonObjectLine
|
|
|
{
|
|
|
public $element='propaldet';
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @var string Name of table without prefix where object is stored
|
|
|
+ */
|
|
|
public $table_element='propaldet';
|
|
|
|
|
|
var $oldline;
|