From: Janusz Dobrowolski Date: Thu, 5 Aug 2010 10:00:44 +0000 (+0000) Subject: Update to 2.3RC1 X-Git-Tag: v2.4.2~19^2~740 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b9928914174616cb537f95f28b653494935fc936;p=fa-stable.git Update to 2.3RC1 --- diff --git a/sql/alter2.3rc.sql b/sql/alter2.3rc.sql new file mode 100644 index 00000000..c045f069 --- /dev/null +++ b/sql/alter2.3rc.sql @@ -0,0 +1,2 @@ +ALTER TABLE `0_supp_trans` ADD COLUMN `tax_included` tinyint(1) NOT NULL default '0'; +ALTER TABLE `0_purch_orders` ADD COLUMN `tax_included` tinyint(1) NOT NULL default '0';