Constant add an exception code for duplicate
This commit is contained in:
parent
acafbcba2e
commit
421ea4c4d7
1 changed files with 1 additions and 0 deletions
|
|
@ -308,3 +308,4 @@ define ("SQL_LIST_UNPAID_INVOICE_DATE_LIMIT" ,"
|
|||
define ('EMAIL_LIMIT',1002);
|
||||
define ('EXC_PARAM_VALUE',1005);
|
||||
define ('EXC_PARAM_TYPE',1006);
|
||||
define ('EXC_DUPLICATE',1200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue