mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-02 13:59:30 -05:00
Fix merge miss in constants.php (#120)
This commit is contained in:
@@ -83,3 +83,8 @@ defined('EXIT_USER_INPUT') OR define('EXIT_USER_INPUT', 7); // invalid user
|
||||
defined('EXIT_DATABASE') OR define('EXIT_DATABASE', 8); // database error
|
||||
defined('EXIT__AUTO_MIN') OR define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code
|
||||
defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
|
||||
|
||||
/*
|
||||
| Precision for calculations performed on decimals
|
||||
*/
|
||||
define("PRECISION", 5);
|
||||
|
||||
Reference in New Issue
Block a user