public void update()
{
InventTable this_Orig = this.orig();
ttsbegin;
super();
if (this_Orig.SalesModel != this.SalesModel ||
this_Orig.SalesPriceModelBasic != this.SalesPriceModelBasic ||
this_Orig.SalesContributionRatio != this.SalesContributionRatio ||
this_Orig.SalesPercentMarkup != this.SalesPercentMarkup)
{
InventTable::updateAutoSalesPrice(this.ItemId);
}
ttscommit;
}
No comments:
Post a Comment