Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Remove add/edit external price model info from auditlog
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalczyka committed Jul 1, 2016
1 parent 08511e6 commit 9096026
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2366,12 +2366,9 @@ void setPriceModelToFree(VOPriceModel voPriceModel, PriceModel priceModel) {

void setPriceModelToExternal(VOPriceModel voPriceModel,
PriceModel priceModel) {
PriceModelType oldPriceModelType = priceModel.getType();
PriceModelHandler priceModelHandler = new PriceModelHandler(dm,
priceModel, DateFactory.getInstance().getTransactionTime());
priceModelHandler.resetToNonChargeable(PriceModelType.UNKNOWN);
priceModelAudit.editPriceModelTypeToFree(dm, priceModel,
voPriceModel.getKey(), oldPriceModelType);
}

private Product copyCustomerProduct(Organization targetCustomer,
Expand Down

0 comments on commit 9096026

Please sign in to comment.