mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Value bug fix from string to int
This commit is contained in:
parent
84b14a759d
commit
bcb7fec881
|
|
@ -174,7 +174,7 @@ class ISO4217SubUnitEnum extends Enum
|
||||||
const _UZS = 100;
|
const _UZS = 100;
|
||||||
const _VEF = 100;
|
const _VEF = 100;
|
||||||
const _VND = 10;
|
const _VND = 10;
|
||||||
const _VUV = None;
|
const _VUV = 0;
|
||||||
const _WST = 100;
|
const _WST = 100;
|
||||||
const _XAF = 100;
|
const _XAF = 100;
|
||||||
const _XCD = 100;
|
const _XCD = 100;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user