ordersprinter/webapp/php/utilities/decimaldefs.php

5 lines
214 B
PHP
Raw Normal View History

2020-11-19 23:00:05 +01:00
<?php
defined('DECIMALSMALL') || define ( 'DECIMALSMALL','DECIMAL (5,2)' );
defined('DECIMALMIDDLE') || define ( 'DECIMALMIDDLE','DECIMAL (7,2)' );
defined('DECIMALBIG') || define ( 'DECIMALBIG','DECIMAL (9,2)' );