mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
Bugfix verbindlichkeit positionen
This commit is contained in:
parent
43b2cb05c0
commit
a9656114a2
@ -1062,13 +1062,15 @@ 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__);
|
||||
$this->app->Tpl->Parse('POSITIONENTAB', "verbindlichkeit_positionen.tpl");
|
||||
// -- POSITIONEN
|
||||
|
||||
|
||||
$this->verbindlichkeit_minidetail('MINIDETAIL',false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user