Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.9.0
-
Fix Version/s: 4.9.1
-
Component/s: None
-
Labels:None
Description
There is a typo in plugins/order/views/templates/standard/main_packages.pdt.
Change line 65 from:
if (!$sold_out && $limit_reached) {
To
if (!$sold_out && !$limit_reached) {
Can you go ahead and update the branch for this (the one branched from 2.22) to update the version to 2.22.2? Thanks