From: <dai...@us...> - 2013-04-27 22:19:03
|
Revision: 5857 http://sourceforge.net/p/web-erp/reponame/5857 Author: daintree Date: 2013-04-27 22:19:01 +0000 (Sat, 27 Apr 2013) Log Message: ----------- Samudaya - PO_Items.php bug on deletion then readd to order Modified Paths: -------------- trunk/Z_CurrencySuppliersBalances.php trunk/includes/DefinePOClass.php Modified: trunk/Z_CurrencySuppliersBalances.php =================================================================== --- trunk/Z_CurrencySuppliersBalances.php 2013-04-27 22:07:54 UTC (rev 5856) +++ trunk/Z_CurrencySuppliersBalances.php 2013-04-27 22:19:01 UTC (rev 5857) @@ -2,7 +2,7 @@ /* $Id$*/ include('includes/session.inc'); -$Title=_('Currency Debtor Balances'); +$Title=_('Currency Supplier Balances'); include('includes/header.inc'); echo '<div class="centre"><h3>' . _('Suppliers Balances By Currency Totals') . '</h3></div>'; Modified: trunk/includes/DefinePOClass.php =================================================================== --- trunk/includes/DefinePOClass.php 2013-04-27 22:07:54 UTC (rev 5856) +++ trunk/includes/DefinePOClass.php 2013-04-27 22:19:01 UTC (rev 5857) @@ -138,7 +138,6 @@ function remove_from_order(&$LineNo){ $this->LineItems[$LineNo]->Deleted = True; - $this->LinesOnOrder--; } |