bugfix type send xrechnung

This commit is contained in:
OpenXE 2025-01-15 11:18:10 +01:00
parent 1aa487e282
commit 19fe3054e9

View File

@ -23496,7 +23496,7 @@ function ChargenMHDAuslagern($artikel, $menge, $lagerplatztyp, $lpid,$typ,$wert,
if($typ=="rechnung") if($typ=="rechnung")
{ {
// sende // 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) { if ($xmlrechnung) {
$xmlrechnungresult = $this->app->erp->GetXMLRechnung($id); $xmlrechnungresult = $this->app->erp->GetXMLRechnung($id);
if ($xmlrechnungresult['success']) { if ($xmlrechnungresult['success']) {