Multiply contacts spport added.
[fa-stable.git] / sql / en_US-demo.sql
index 2480537740992b61f8c07ab13c767830c2da64b1..7777e05fd7a49fccdb657a4d5bcf5cfa02a899e3 100644 (file)
@@ -1062,7 +1062,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` ###