From 747e7b0b83ecc70ba6f789c3734f1b93c2f08a11 Mon Sep 17 00:00:00 2001 From: Xenomporio <> Date: Fri, 27 May 2022 12:26:13 +0200 Subject: [PATCH] Bugfix shopexport -> removed dropping of field gesamtbetragfestsetzendifferenz --- www/lib/class.erpapi.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php index 1a7961b3..562b3d3d 100644 --- a/www/lib/class.erpapi.php +++ b/www/lib/class.erpapi.php @@ -11694,7 +11694,9 @@ $this->RegisterHook('ImportAuftragBefore','onlineshops','ImportAuftragBeforeHook $this->CheckColumn("gesamtbetragfestsetzen","tinyint(1)","shopexport","DEFAULT '0' NOT NULL"); $this->CheckColumn("lastschriftdatenueberschreiben","tinyint(1)","shopexport","DEFAULT '0' NOT NULL"); $this->CheckColumn("gesamtbetragfestsetzendifferenz","decimal(10,2)","shopexport","DEFAULT '0' NOT NULL"); +/* $this->CheckAlterTable("ALTER TABLE shopexport DROP COLUMN `gesamtbetragfestsetzendifferenz`"); +*/ $this->CheckTable("shopexport_archiv"); $this->CheckColumn("id","int(11)","shopexport_archiv","NOT NULL AUTO_INCREMENT"); $this->CheckColumn("shop","int(11)","shopexport_archiv","DEFAULT '0' NOT NULL");