phpBMS

Changeset 733

Show
Ignore:
Timestamp:
01/08/10 11:56:15 (2 years ago)
Author:
nate
Message:
  • Fixed credit memos' link back to their related invoice id.
Location:
trunk/phpbms/modules/bms
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/include/invoices.php

    r725 r733  
    649649                        $therecord = parent::getRecord($id, $useUuid); 
    650650 
    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); 
    653653 
    654654                        /** 
  • trunk/phpbms/modules/bms/invoices_addedit.php

    r706 r733  
    301301                                <p id="cmidP" style="<?php echo $style; ?>"> 
    302302                                        <?php $theform->showfield("cmid"); ?> 
    303                                         <button class="graphicButtons buttonInfo CMButtons" title="view record" type="button" id="cmb-<?php echo $therecord["cmuuid"];?>"> 
     303                                        <button class="graphicButtons buttonInfo CMButtons" title="view record" type="button" id="cmb-<?php echo $therecord["cmid"];?>"> 
    304304                                                <span>view record</span> 
    305305                                        </button> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.