Changeset 203 for trunk/phpbms/modules/bms/invoices_addedit.php
- Timestamp:
- 03/23/07 18:47:37 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/invoices_addedit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/invoices_addedit.php
r202 r203 432 432 <input class="uneditable fieldCurrency important fieldTotal" name="totalti" id="totalti" type="text" value="<?php echo numberToCurrency($therecord["totalti"])?>" size="12" maxlength="15" onchange="calculateTotal();" readonly="true" /> 433 433 <input id="totalcost" name="totalcost" type="hidden" value="<?php echo $therecord["totalcost"] ?>" /> 434 <input id="totaltaxable" name="totaltaxable" type=" text" value="<?php echo $therecord["totaltaxable"] ?>" />434 <input id="totaltaxable" name="totaltaxable" type="hidden" value="<?php echo $therecord["totaltaxable"] ?>" /> 435 435 </td> 436 436 <td class="totalItems"> </td>