1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-24 22:50:24 +01:00

Bugfix shopexport -> removed dropping of field gesamtbetragfestsetzendifferenz

This commit is contained in:
Xenomporio 2022-05-27 12:26:13 +02:00
parent 731da54b2b
commit 747e7b0b83

@ -11694,7 +11694,9 @@ $this->RegisterHook('ImportAuftragBefore','onlineshops','ImportAuftragBeforeHook
$this->CheckColumn("gesamtbetragfestsetzen","tinyint(1)","shopexport","DEFAULT '0' NOT NULL"); $this->CheckColumn("gesamtbetragfestsetzen","tinyint(1)","shopexport","DEFAULT '0' NOT NULL");
$this->CheckColumn("lastschriftdatenueberschreiben","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->CheckColumn("gesamtbetragfestsetzendifferenz","decimal(10,2)","shopexport","DEFAULT '0' NOT NULL");
/*
$this->CheckAlterTable("ALTER TABLE shopexport DROP COLUMN `gesamtbetragfestsetzendifferenz`"); $this->CheckAlterTable("ALTER TABLE shopexport DROP COLUMN `gesamtbetragfestsetzendifferenz`");
*/
$this->CheckTable("shopexport_archiv"); $this->CheckTable("shopexport_archiv");
$this->CheckColumn("id","int(11)","shopexport_archiv","NOT NULL AUTO_INCREMENT"); $this->CheckColumn("id","int(11)","shopexport_archiv","NOT NULL AUTO_INCREMENT");
$this->CheckColumn("shop","int(11)","shopexport_archiv","DEFAULT '0' NOT NULL"); $this->CheckColumn("shop","int(11)","shopexport_archiv","DEFAULT '0' NOT NULL");