mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Standardize code
This commit is contained in:
@@ -127,7 +127,7 @@ class CompanyPaymentMode extends CommonObject
|
||||
/**
|
||||
* @var int Thirdparty ID
|
||||
*/
|
||||
public $fk_soc;
|
||||
public $fk_soc;
|
||||
|
||||
/**
|
||||
* @var string company payment mode label
|
||||
|
||||
@@ -36,7 +36,7 @@ class Stripe extends CommonObject
|
||||
/**
|
||||
* @var int Thirdparty ID
|
||||
*/
|
||||
public $fk_soc;
|
||||
public $fk_soc;
|
||||
|
||||
public $fk_key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user