From: <ex...@us...> - 2016-03-09 23:01:39
|
Revision: 7473 http://sourceforge.net/p/web-erp/reponame/7473 Author: exsonqu Date: 2016-03-09 23:01:36 +0000 (Wed, 09 Mar 2016) Log Message: ----------- 10/03/2016 Tim: Fixed the credit note tax authority not set up bug in SelectCreditItems.php. Reported by Bob. Modified Paths: -------------- trunk/SelectCreditItems.php Modified: trunk/SelectCreditItems.php =================================================================== --- trunk/SelectCreditItems.php 2016-03-09 08:29:47 UTC (rev 7472) +++ trunk/SelectCreditItems.php 2016-03-09 23:01:36 UTC (rev 7473) @@ -117,6 +117,7 @@ $myrow=DB_fetch_array($result_CustSelect); $SelectedCustomer = trim($myrow['debtorno']); $SelectedBranch = trim($myrow['branchcode']); + $_POST['JustSelectedACustomer'] = true; } elseif (DB_num_rows($result_CustSelect)==0){ prnMsg(_('Sorry') . ' ... ' . _('there are no customer branch records contain the selected text') . ' - ' . _('please alter your search criteria and try again'),'info'); } |