navigation  interaction  search

 other resources

Changeset 421

Show
Ignore:
Timestamp:
07/17/08 10:44:41
Author:
nate
Message:
  • Fixed problem with handling carriage returns in a product's memo field when making json call for line items.
Files:

Legend:

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

    r384 r421  
    117117                if($record){ 
    118118                         
     119                        $record["memo"] = str_replace("\r", "", str_replace("\n", " ", $record["memo"])); 
    119120                        $output .= "true, record: {"; 
    120121                         
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.