phpBMS

Changeset 202 for trunk/phpbms/common

Show
Ignore:
Timestamp:
03/23/07 17:41:04 (5 years ago)
Author:
brieb
Message:

Fixed errors in update process.
Fixed errors in time formating.
Fixed errors in quickview creating invoices for a client.
Fixed errors in sales order display when type=invoice.css.
Fixed errors in sales history when displaying type "invoice".

Location:
trunk/phpbms/common
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/common.js

    r199 r202  
    295295                                                hour=hour+timeadd; 
    296296                                        else  
    297                                                 if(timeadd==0) 
     297                                                if(hour==12) 
    298298                                                        hour=0; 
    299299                                        thetime=new Date(0,0,0,hour,parseInt(timeArray[1],10));                                          
  • trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css

    r198 r202  
    4444 
    4545#ds-partnumber{width:90px;} 
    46 #ds-partname{width:120px;} 
     46#ds-partname{width:135px;} 
     47 
     48#partnameHeader div{width:120px;} 
     49#memoHeader{width:100%} 
     50 
    4751#price{width:60px;} 
    4852#memo{width:100%} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.