Bugfix verbindlichkeit positionen

This commit is contained in:
OpenXE 2024-08-27 11:59:03 +02:00
parent 43b2cb05c0
commit a9656114a2

View File

@ -1062,7 +1062,9 @@ class Verbindlichkeit {
if (empty($verbindlichkeit_from_db['freigabe'])) {
$this->app->YUI->TableSearch('PAKETDISTRIBUTION', 'verbindlichkeit_paketdistribution_list', "show", "", "", basename(__FILE__), __CLASS__);
} else {
}
if (!empty($verbindlichkeit_from_db)) {
// -- POSITIONEN
$this->app->YUI->AutoComplete("positionen_sachkonto", "sachkonto", 1);
$this->app->YUI->TableSearch('POSITIONEN', 'verbindlichkeit_positionen', "show", "", "", basename(__FILE__), __CLASS__);