Multiply contacts spport added.
[fa-stable.git] / sql / en_US-new.sql
index 9eda623314ab75f813cd576e9461a8e4f757a1eb..e279cec61857a0cf3c9eaf8e421d68ef43288501 100644 (file)
@@ -917,7 +917,7 @@ CREATE TABLE `0_payment_terms` (
 INSERT INTO `0_payment_terms` VALUES ('1', 'Due 15th Of the Following Month', '0', '17', '0');
 INSERT INTO `0_payment_terms` VALUES ('2', 'Due By End Of The Following Month', '0', '30', '0');
 INSERT INTO `0_payment_terms` VALUES ('3', 'Payment due within 10 days', '10', '0', '0');
-INSERT INTO `0_payment_terms` VALUES ('4', 'Cash Only', '1', '0', '0');
+INSERT INTO `0_payment_terms` VALUES ('4', 'Cash Only', '0', '0', '0');
 
 
 ### Structure of table `0_prices` ###