public void AfterGoodChange() {
super.AfterGoodChange();
//version 2.20, fix the PeriodId field in Activity2
lazy8ledger.Lazy8LedgerPlugin.AdjustAllPeriodIds(
((Integer) cc.comboBox.getSelectedItemsKey()).intValue());
EditBus.send(new PeriodListChanged(this, "no parameters"));
}//}}}