Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.6.0-b1
-
Component/s: None
-
Labels:None
Description
When creating an addon for a service, the addon may not be prorated to the parent's service renew date when it should be.
On line 1338 a client group is fetched using a client ID. Change:
&& ($client_group = $this->ClientGroups->get($client->id))
to
&& ($client_group = $this->ClientGroups->get($client->client_group_id))
Activity

Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |

Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 8 minutes [ 480 ] | |
Worklog Id | 12107 [ 12107 ] |
Fix Version/s | 4.6.0-b1 [ 11117 ] |
Description |
On line 1338 a client group is fetched using a client ID. Change:
{code:java} && ($client_group = $this->ClientGroups->get($client->id)) {code} to {code:java} && ($client_group = $this->ClientGroups->get($client->client_group_id)) {code} |
When creating an addon for a service, the addon may not be prorated to the parent's service renew date when it should be.
On line 1338 a client group is fetched using a client ID. Change: {code:java} && ($client_group = $this->ClientGroups->get($client->id)) {code} to {code:java} && ($client_group = $this->ClientGroups->get($client->client_group_id)) {code} |
Sprint | 4.6.0 Sprint 6 [ 81 ] |
Rank | Ranked higher |
Sprint | 4.6.0 Sprint 6 [ 81 ] | 4.6.0 Sprint 5 [ 83 ] |
Rank | Ranked higher |

Status | In Review [ 5 ] | Closed [ 6 ] |