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) {
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Sprint | 4.10.0 Sprint 2 [ 106 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Assignee | Abdy Franco [ abdy ] |
Automated transition triggered when Abdy Franco created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Abdy Franco created pull request #139 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 11 minutes [ 660 ] | |
Worklog Id | 13527 [ 13527 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #139 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
Jonathan Reissmueller
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Automated transition triggered when Abdy Franco created pull request #141 in Stash -
Status | Reopened [ 4 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Time Spent | 11 minutes [ 660 ] | 13 minutes [ 780 ] |
Worklog Id | 13544 [ 13544 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #141 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
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