Bugfix verbindlichkeit positionen

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

View File

@ -1062,13 +1062,15 @@ class Verbindlichkeit {
if (empty($verbindlichkeit_from_db['freigabe'])) { if (empty($verbindlichkeit_from_db['freigabe'])) {
$this->app->YUI->TableSearch('PAKETDISTRIBUTION', 'verbindlichkeit_paketdistribution_list', "show", "", "", basename(__FILE__), __CLASS__); $this->app->YUI->TableSearch('PAKETDISTRIBUTION', 'verbindlichkeit_paketdistribution_list', "show", "", "", basename(__FILE__), __CLASS__);
} else { }
if (!empty($verbindlichkeit_from_db)) {
// -- POSITIONEN // -- POSITIONEN
$this->app->YUI->AutoComplete("positionen_sachkonto", "sachkonto", 1); $this->app->YUI->AutoComplete("positionen_sachkonto", "sachkonto", 1);
$this->app->YUI->TableSearch('POSITIONEN', 'verbindlichkeit_positionen', "show", "", "", basename(__FILE__), __CLASS__); $this->app->YUI->TableSearch('POSITIONEN', 'verbindlichkeit_positionen', "show", "", "", basename(__FILE__), __CLASS__);
$this->app->Tpl->Parse('POSITIONENTAB', "verbindlichkeit_positionen.tpl"); $this->app->Tpl->Parse('POSITIONENTAB', "verbindlichkeit_positionen.tpl");
// -- POSITIONEN // -- POSITIONEN
$this->verbindlichkeit_minidetail('MINIDETAIL',false); $this->verbindlichkeit_minidetail('MINIDETAIL',false);
} }