Documentation Home

Broadleaf PriceList 3.3.0-GA

Released on March 18, 2019

This is the initial release for the Broadleaf Common PriceList 3.3.x module. This module requires Broadleaf Framework version 5.2.0-GA or greater.

Note-worthy

Users that want to update to this version of module will need to update their Database and set nullable=true for BLC_SKU_PRICE_DATA.PRICE_LIST_ID

Here is the SQL script to update database:

ALTER TABLE BLC_SKU_PRICE_DATA MODIFY PRICE_LIST_ID bigint(20) DEFAULT NULL;

An at-a-glance view of the issues that were closed in this release:

Major Bugs(1)

  • Fixed issue where PriceList data was not rendering the Pricing Tier collection in the modal

Total Resolved Issues: 1