|
From: <dai...@us...> - 2014-10-20 04:32:02
|
Revision: 6926
http://sourceforge.net/p/web-erp/reponame/6926
Author: daintree
Date: 2014-10-20 04:31:55 +0000 (Mon, 20 Oct 2014)
Log Message:
-----------
Dont bother with mods idea
Modified Paths:
--------------
trunk/doc/Change.log
trunk/includes/MiscFunctions.php
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2014-10-20 04:28:24 UTC (rev 6925)
+++ trunk/doc/Change.log 2014-10-20 04:31:55 UTC (rev 6926)
@@ -1,6 +1,5 @@
webERP Change Log
-18/10/14 Phil: Setup a mods folder inside webERP folder structure for modified scripts. New function in MiscFunctions.php CheckMods() looks for a modified script first before using the normal script for those links that use the CheckMods() function
17/10/14 RChacon: Remove translation of tax category 'Freight' inside database.
17/10/14 Exson: Add po line and due date result in OrderDetails.php.
15/10/14 Exson: Fixed no receipt data displayed retrieved bugs for sales login in CustomerInquiry.php.
Modified: trunk/includes/MiscFunctions.php
===================================================================
--- trunk/includes/MiscFunctions.php 2014-10-20 04:28:24 UTC (rev 6925)
+++ trunk/includes/MiscFunctions.php 2014-10-20 04:31:55 UTC (rev 6926)
@@ -448,12 +448,4 @@
echo ' ... ' . _('completed');
}
-function CheckMods($ScriptName) {
- if (file_exists('mods' . $ScriptName)){
- return '/mods' . $ScriptName;
- } else {
- return $ScriptName;
- }
-}
-
?>
\ No newline at end of file
|