mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
fix phpstan (#28150)
This commit is contained in:
@@ -43,7 +43,7 @@ class CompanyPaymentMode extends CommonObject
|
||||
public $table_element = 'societe_rib';
|
||||
|
||||
/**
|
||||
* @var int Does this object support multicompany module ?
|
||||
* @var string Does this object support multicompany module ?
|
||||
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
|
||||
*/
|
||||
public $ismultientitymanaged = 'fk_soc@societe';
|
||||
|
||||
Reference in New Issue
Block a user