Changeset 733
- Timestamp:
- 01/08/10 11:56:15 (2 years ago)
- Location:
- trunk/phpbms/modules/bms
- Files:
-
- 2 modified
-
include/invoices.php (modified) (1 diff)
-
invoices_addedit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/include/invoices.php
r725 r733 649 649 $therecord = parent::getRecord($id, $useUuid); 650 650 651 if(!$therecord["id"])652 $error = new appError(430, "Sales Order record '".$id."' does not exist", "No Record Available", true, true);651 if(!$therecord["id"]) 652 $error = new appError(430, "Sales Order record '".$id."' does not exist", "No Record Available", true, true); 653 653 654 654 /** -
trunk/phpbms/modules/bms/invoices_addedit.php
r706 r733 301 301 <p id="cmidP" style="<?php echo $style; ?>"> 302 302 <?php $theform->showfield("cmid"); ?> 303 <button class="graphicButtons buttonInfo CMButtons" title="view record" type="button" id="cmb-<?php echo $therecord["cm uuid"];?>">303 <button class="graphicButtons buttonInfo CMButtons" title="view record" type="button" id="cmb-<?php echo $therecord["cmid"];?>"> 304 304 <span>view record</span> 305 305 </button>