Skip to content

Related to ISSUE-54192: API change for VIP Prices

Link to JIRA: https://openbravo.atlassian.net/browse/RM-9782

Related MRs: openbravo/product/openbravo!1068 (merged) and https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts/-/merge_requests/130

Changed the following columns in M_OFFER table, from required to not required, and removed default values:
 - addamt
 - discount

Added constraint M_OFFER_DATE_CHK to table M_OFFER_PRODUCT:
 - defined as: DATEFROM <= DATETO

Try-backoffice result where the api change was detected: https://builds.openbravo.com/job/try-init/3063/console

Impact: Medium: Could affect code that asumes that addamt and discount always have a value.

Edited by Igor Trebol

Merge request reports