X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sql%2Fen_US-new.sql;h=e279cec61857a0cf3c9eaf8e421d68ef43288501;hb=bd3023c1b5e64429043358a691b3aae20eb54c09;hp=9eda623314ab75f813cd576e9461a8e4f757a1eb;hpb=0830a5734b9a9b057e624c66a58574101d0965e1;p=fa-stable.git diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index 9eda6233..e279cec6 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -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` ###