diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php index 24d2ae81..a91e17cb 100644 --- a/www/lib/class.erpapi.php +++ b/www/lib/class.erpapi.php @@ -11692,7 +11692,7 @@ $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 `gesamtbetragfestsetzendiffeernz`"); + $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");