phpBMS

Show
Ignore:
Timestamp:
03/23/07 18:47:37 (5 years ago)
Author:
brieb
Message:

Updated errors with update process.
Added backward compatibility with PHP < 4.3.0
Removed invoice debug paramaters.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/invoices_addedit.php

    r202 r203  
    432432                        <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" /> 
    433433                        <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"] ?>" /> 
    435435                </td> 
    436436                <td class="totalItems">&nbsp;</td> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.