Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves the cached budget check result associated with the old voucher to the new voucher.
Syntax
protected boolean moveCachedBudgetCheckResult(Voucher _oldVoucher, Voucher _newVoucher)
Run On
Called
Parameters
- _oldVoucher
Type: Voucher Extended Data Type
The old voucher for budget check result in the cache.
- _newVoucher
Type: Voucher Extended Data Type
The new voucher for budget check result in the cache.
Return Value
Type: boolean
true if the budget check result for the specified old voucher is found in the cache and moved to the new voucher; otherwise, false.
Remarks
Nothing is performed if the old voucher is not found in the cache.