mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
document send preselect default mail address from firmendaten
This commit is contained in:
parent
be222cc581
commit
91c2dc88ba
@ -26040,7 +26040,7 @@ function ChargenMHDAuslagern($artikel, $menge, $lagerplatztyp, $lpid,$typ,$wert,
|
||||
$this->app->Tpl->Set('DRUCKER', $this->GetSelectDrucker($selected));
|
||||
}
|
||||
$this->app->Tpl->Set('FAX',$this->GetSelectFax());
|
||||
$this->app->Tpl->Set('EMAILEMPFAENGER',$this->GetSelectEmail());
|
||||
$this->app->Tpl->Set('EMAILEMPFAENGER',$this->GetSelectEmail($this->Firmendaten("email")));
|
||||
$projektabkuerzung = $this->app->DB->Select("SELECT abkuerzung FROM projekt WHERE id='$projekt'");
|
||||
$this->app->Tpl->Set('PROJEKT',$projektabkuerzung);
|
||||
//$this->app->Tpl->Set(PROJEKT,$this->GetProjektSelect($projekt));
|
||||
|
Loading…
Reference in New Issue
Block a user