WIP Contract linking / productchange

This commit is contained in:
Frank Schubert
2023-01-11 15:53:13 +01:00
parent b47bf6ca0f
commit 25236493ee
15 changed files with 672 additions and 127 deletions
+4 -4
View File
@@ -16,13 +16,13 @@ class mfBaseModel {
public $id;
public $data;
public $_old_data;
private $create;
private $edit;
protected $create;
protected $edit;
private $worker;
protected $forcestr;
private $mode = "new";
private $saved = 0;
protected $mode = "new";
protected $saved = 0;
protected $db;
protected $log;
protected $table=false;