mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-24 03:41:13 +01:00
bugfix type send xrechnung
This commit is contained in:
parent
1aa487e282
commit
19fe3054e9
@ -23496,7 +23496,7 @@ function ChargenMHDAuslagern($artikel, $menge, $lagerplatztyp, $lpid,$typ,$wert,
|
||||
if($typ=="rechnung")
|
||||
{
|
||||
// sende
|
||||
$xmlrechnug = $this->app->DB->Select("SELECT xmlrechnung FROM rechnung WHERE id ='".$id."' LIMIT 1");
|
||||
$xmlrechnung = $this->app->DB->Select("SELECT xmlrechnung FROM rechnung WHERE id ='".$id."' LIMIT 1");
|
||||
if ($xmlrechnung) {
|
||||
$xmlrechnungresult = $this->app->erp->GetXMLRechnung($id);
|
||||
if ($xmlrechnungresult['success']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user