navigation  interaction  search

 other resources

Changeset 414

Show
Ignore:
Timestamp:
06/19/08 10:42:15
Author:
nate
Message:
  • Fixed clients' name display on the snapshot.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/modules/bms/snapshot.php

    r384 r414  
    8282                        $clientDisplay = $therecord["company"]; 
    8383                         
    84                         $name = $therecord["lastname"].", ".$therecord["lastname"]; 
    85                         if($name = ", ") 
     84                        $name = $therecord["lastname"].", ".$therecord["firstname"]; 
     85                        if($name == ", ") 
    8686                                $name = ""; 
    8787                                 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.