phpBMS

Changeset 734

Show
Ignore:
Timestamp:
01/08/10 12:07:52 (2 years ago)
Author:
nate
Message:
  • Added a search screen message when creating credit memos from the option on the client's search screen.
Files:
1 modified

Legend:

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

    r733 r734  
    20622062 
    20632063                                }//end foreach 
    2064  
    2065                                 $this->buildStatusMessage($count); 
     2064                                 
     2065                                if($count == count($this->idsArray)) 
     2066                                        $message = $count." related credit memo(s) have been created."; 
     2067                                else 
     2068                                        $message = $count." related credit memo(s) (of ".count($this->idsArray)." selected) have been created."; 
     2069                                 
     2070                                return $message; 
    20662071 
    20672072                }//end method 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.