Sfoglia il codice sorgente

Ahmes Reklamacje create problem add default value for koresp dates and person

Piotr Labudda 11 anni fa
parent
commit
a4ba0d8bf3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      SE/superedit-AHMES_REKLAMACJE.php

+ 3 - 0
SE/superedit-AHMES_REKLAMACJE.php

@@ -281,6 +281,9 @@ class Ahmes_Reklamacje {
 				$forceFilterInit[$fldName] = $v;
 			}
 		}
+		$forceFilterInit['data_nad_pism'] = $koresp->K_DATA_OTRZYMANEJ_KORESP;
+		$forceFilterInit['data_wpl_pism'] = $koresp->K_DATA_OTRZYM_KORESP;
+		$forceFilterInit['Osoba'] = $koresp->K_OD_KOGO;
 
 		$fieldsList = $this->_acl->getFields();
 		foreach ($fieldsList as $kID => $vCol) {