Release 0.265: ShopPromotion date_from and edit save fix

This commit is contained in:
2026-02-13 22:44:07 +01:00
parent d824ba3909
commit 88e5673569
24 changed files with 1334 additions and 436 deletions

BIN
updates/0.20/ver_0.265.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1,3 @@
F: ../admin/templates/shop-promotion/view-list.php
F: ../autoload/admin/controls/class.ShopPromotion.php
F: ../autoload/admin/factory/class.ShopPromotion.php

View File

@@ -0,0 +1 @@
ALTER TABLE pp_shop_promotion ADD COLUMN date_from date DEFAULT NULL AFTER amount;