|
|
@@ -207,7 +207,6 @@ function toggle(source) {
|
|
|
'FILE_STATUS' => 'TO_GENERATE',
|
|
|
];
|
|
|
DB::getDB()->UPDATE_OBJ('BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA', $sqlArr);
|
|
|
- $this->showPowiazaniaListForm();
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -233,9 +232,8 @@ function toggle(source) {
|
|
|
case "initialize":
|
|
|
$this->initializePowiazaniaSave();
|
|
|
break;
|
|
|
- default:
|
|
|
- $this->showPowiazaniaListForm();
|
|
|
}
|
|
|
+ $this->showPowiazaniaListForm();
|
|
|
}
|
|
|
|
|
|
private function showPowiazaniaListForm() {
|