versandpakete bugfix

This commit is contained in:
OpenXE 2023-10-25 13:49:27 +02:00
parent a5be2e984a
commit eb00034a79

View File

@ -604,8 +604,8 @@ class Versandpakete {
$info = $this->app->DB->SelectArr($sql);
if (!empty($info)) {
$this->app->Tpl->Set('BELEGNR', $info[0]['belegnr']);
$this->app->Tpl->SetText('KURZUEBERSCHRIFT2', $info[0]['name']." Lieferung ".$info[0]['belegnr']);
if ($this->versandpakete_check_completion($info[0]['versandpaket'])) {
@ -614,6 +614,7 @@ class Versandpakete {
else {
$this->app->Tpl->addMessage('info', 'Lieferung unvollständig.', false, 'MESSAGE');
}
}
$this->app->YUI->TableSearch('TAB1', 'lieferung_versandpakete_list', "show", "", "", basename(__FILE__), __CLASS__);
$this->app->Tpl->Parse('PAGE', "versandpakete_lieferung.tpl");