Changed Workorder Team Filter to select in Preorder/Index

This commit is contained in:
Frank Schubert
2024-03-28 16:18:49 +01:00
parent 31d9c458d1
commit d64e60282d
5 changed files with 46 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
class Preorder extends mfBaseModel {
protected $forcestr = ['street','company','zip','phone','email','note'];
protected $forcestr = ['street','company','zip','phone','email','note','extref','ucode','ciftoken'];
private $in_after_save = 0;
private $status;