void clicked()
{
MenuFunction _MenuFunction;
Args _Args = new Args();
CustTrans _CustTrans;
VendTrans _VendTrans;
_MenuFunction = new MenuFunction(menuitemDisplayStr(LedgerTransVoucher), MenuItemType::Display);
_Args.record(_VendTrans);
if (_MenuFunction && _MenuFunction.checkAccessRights())
{
_MenuFunction.run(_Args);
}
super();
}
No comments:
Post a Comment