From 19fe3054e94b9eddb68c9c5fe60ad5c30c5ae429 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Wed, 15 Jan 2025 11:18:10 +0100 Subject: [PATCH] bugfix type send xrechnung --- www/lib/class.erpapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php index e44fa917..b1105403 100644 --- a/www/lib/class.erpapi.php +++ b/www/lib/class.erpapi.php @@ -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']) {