Payment terms related functions moved to separate file, common function for calculati...
[fa-stable.git] / sql / en_US-demo.sql
index b1e7c9edb9dafbd6f4bb131abf39175b0abfc0db..43fc5110f8cdebb69af4ba962758ea353934f52f 100644 (file)
@@ -1093,7 +1093,7 @@ CREATE TABLE `0_payment_terms` (
 
 INSERT INTO `0_payment_terms` VALUES
 ('1', 'Due 15th Of the Following Month', '4', '17', '0', '0', '0'),
-('2', 'Due By End Of The Following Month', '4', '30', '0', '0', '0'),
+('2', 'Due By End Of The Following Month', '4', '31', '0', '0', '0'),
 ('3', 'Payment due within 10 days', '10', '3', '0', '0', '0', '0'),
 ('4', 'Cash Only', '2', '0', '0', '0', '0'),
 ('5', 'Prepaid', '1',  '0', '0', '0', '0');