Quellcode durchsuchen

Fix scrutinizer

Maxime Kohlhaas vor 3 Jahren
Ursprung
Commit
fb776e2a96
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      htdocs/modulebuilder/template/class/myobject.class.php

+ 6 - 0
htdocs/modulebuilder/template/class/myobject.class.php

@@ -150,6 +150,12 @@ class MyObject extends CommonObject
 	 */
 	public $amount;
 
+	/**
+	 * @var int Thirdparty ID
+	 */
+	public $socid;		// both socid and fk_soc are used
+	public $fk_soc;		// both socid and fk_soc are used
+
 	/**
 	 * @var int Status
 	 */