mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 14:10:28 +01:00
Bugfix verbindlichkeit positionen
This commit is contained in:
parent
43b2cb05c0
commit
a9656114a2
@ -1062,7 +1062,9 @@ 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__);
|
||||||
|
Loading…
Reference in New Issue
Block a user