From: <ex...@us...> - 2014-11-15 03:58:52
|
Revision: 6983 http://sourceforge.net/p/web-erp/reponame/6983 Author: exsonqu Date: 2014-11-15 03:58:43 +0000 (Sat, 15 Nov 2014) Log Message: ----------- 15/11/14 Exson: Fixed the bug in SupplierAllocations.php that allocations not workable. Reported by Alessandro Doria. Modified Paths: -------------- trunk/SupplierAllocations.php Modified: trunk/SupplierAllocations.php =================================================================== --- trunk/SupplierAllocations.php 2014-11-15 01:11:29 UTC (rev 6982) +++ trunk/SupplierAllocations.php 2014-11-15 03:58:43 UTC (rev 6983) @@ -16,13 +16,13 @@ allocated */ +include('includes/DefineSuppAllocsClass.php'); include('includes/session.inc'); $Title = _('Supplier Payment') . '/' . _('Credit Note Allocations'); $ViewTopic = 'ARTransactions';// Filename in ManualContents.php's TOC./* RChacon: To do ManualAPInquiries.html from ManualARInquiries.html */ $BookMark = 'SupplierAllocations';// Anchor's id in the manual's html document. include('includes/header.inc'); -include('includes/DefineSuppAllocsClass.php'); include('includes/SQL_CommonFunctions.inc'); echo '<p class="page_title_text"><img src="'.$RootPath.'/css/'.$Theme.'/images/transactions.png" title="' . |