Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.6.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
The `pricings` table needs to support a renewal price.
- Update `pricings` to add `price_renews` column, after `price`
- decimal(19,4)
- NULLABLE
- default NULL
- Update all existing `pricings` records to set the `price` to the `price_renews` so long as the `period` is not "onetime". (i.e. all recurring records must have a non-null price set
Issue Links
- blocks
-
CORE-3054 Allow renewal price to be set
- Closed