Usunięto pliki .DS_Store, dodano kolumnę used_count do tabeli pp_shop_coupon, zaktualizowano wersję na 0.227 oraz dodano obsługę kuponów w szczegółach zamówienia.

This commit is contained in:
2025-03-11 23:56:46 +01:00
parent 9bb837d5fc
commit e674ae6f42
21 changed files with 78 additions and 40 deletions

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

Binary file not shown.

View File

@@ -0,0 +1 @@
ALTER TABLE `pp_shop_coupon` ADD COLUMN `used_count` INT NULL DEFAULT '0' AFTER `categories`;