From: <rc...@us...> - 2017-01-12 13:54:29
|
Revision: 7723 http://sourceforge.net/p/web-erp/reponame/7723 Author: rchacon Date: 2017-01-12 13:54:26 +0000 (Thu, 12 Jan 2017) Log Message: ----------- Restore deleted lines (thanks Tim). Modified Paths: -------------- trunk/sql/mysql/upgrade4.13.1-4.14.sql Modified: trunk/sql/mysql/upgrade4.13.1-4.14.sql =================================================================== --- trunk/sql/mysql/upgrade4.13.1-4.14.sql 2017-01-12 09:16:31 UTC (rev 7722) +++ trunk/sql/mysql/upgrade4.13.1-4.14.sql 2017-01-12 13:54:26 UTC (rev 7723) @@ -1,3 +1,5 @@ +-- Add new script: +INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('PurchasesReport.php', '2', 'Shows a report of purchases from suppliers for the range of selected dates'); -- Add the CashFlowsSection identificator: ALTER TABLE `chartmaster` ADD `cashflowsactivity` TINYINT(1) NOT NULL DEFAULT '-1' COMMENT 'Cash flows activity' AFTER `group_`; |