Payment terms related functions moved to separate file, common function for calculati...
[fa-stable.git] / sql / en_US-new.sql
index e1f378d69b3ded0be3a1feb1bf74216e1fbf0879..30a44cd8673b1775e4901b9dbd4e4252bda73b26 100644 (file)
@@ -877,7 +877,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', '3', '10', '0', '0', '0'),
 ('4', 'Cash Only', '2', '0', '0', '0', '0'),
 ('5', 'Prepaid', '1', '0', '0', '0', '0');