mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-24 03:41:13 +01:00
rechnung create XML on abschicken
This commit is contained in:
parent
19fe3054e9
commit
65f6d9e8c1
@ -1162,11 +1162,10 @@ class Rechnung extends GenRechnung
|
|||||||
$this->app->Tpl->Parse('PAGE','tabview.tpl');
|
$this->app->Tpl->Parse('PAGE','tabview.tpl');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function RechnungAbschicken()
|
function RechnungAbschicken()
|
||||||
{
|
{
|
||||||
$this->RechnungMenu();
|
$this->RechnungMenu();
|
||||||
|
$this->app->erp->RechnungArchivieren($this->app->Secure->GetGET('id'));
|
||||||
$this->app->erp->DokumentAbschicken();
|
$this->app->erp->DokumentAbschicken();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user