|
From: <tim...@us...> - 2013-04-06 09:28:18
|
Revision: 5836
http://sourceforge.net/p/web-erp/reponame/5836
Author: tim_schofield
Date: 2013-04-06 09:28:15 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
Remove accidental reference to KwaMoja for Phil
Modified Paths:
--------------
trunk/SelectSupplier.php
trunk/Suppliers.php
Modified: trunk/SelectSupplier.php
===================================================================
--- trunk/SelectSupplier.php 2013-04-06 00:51:34 UTC (rev 5835)
+++ trunk/SelectSupplier.php 2013-04-06 09:28:15 UTC (rev 5836)
@@ -4,7 +4,6 @@
include ('includes/session.inc');
$Title = _('Search Suppliers');
-/* KwaMoja manual links before header.inc */
$ViewTopic= 'AccountsPayable';
$BookMark = 'SelectSupplier';
Modified: trunk/Suppliers.php
===================================================================
--- trunk/Suppliers.php 2013-04-06 00:51:34 UTC (rev 5835)
+++ trunk/Suppliers.php 2013-04-06 09:28:15 UTC (rev 5836)
@@ -5,7 +5,6 @@
include('includes/session.inc');
$Title = _('Supplier Maintenance');
-/* KwaMoja manual links before header.inc */
$ViewTopic= 'AccountsPayable';
$BookMark = 'NewSupplier';
include('includes/header.inc');
@@ -756,7 +755,6 @@
echo '<option value="' . $myrow['id'] . '">' . $myrow['coyname'] .'</option>';
}
} //end while loop
- DB_data_seek($result, 0);
echo '</select></td></tr>';
echo '<tr><td>' . _('Tax Reference') . ':</td>
<td><input type="text" name="TaxRef" size="21" maxlength="20" /></td></tr>';
@@ -961,7 +959,6 @@
echo '<option value="' . $myrow['id'] . '">' . $myrow['coyname'] .'</option>';
}
} //end while loop
- DB_data_seek($result, 0);
echo '</select></td></tr>';
echo '<tr><td>' . _('Tax Reference') . ':</td>
<td><input type="text" name="TaxRef" size="21" maxlength="20" value="' . $_POST['TaxRef'] .'" /></td></tr>';
|