Added minor things to Order; fixed saving patcher in Patching

This commit is contained in:
Frank Schubert
2021-11-09 21:04:29 +01:00
parent 33c9f7b2be
commit 8dd3831c0a
11 changed files with 159 additions and 32 deletions

View File

@@ -7,6 +7,8 @@ class PatchingModel {
public $device_name = null;
public $device_port = null;
public $patched = null;
public $patched_by = null;
public $patched_date = null;
public $create_by = null;
public $edit_by = null;