navigation  interaction  search

 other resources

Changeset 426

Show
Ignore:
Timestamp:
08/11/08 11:28:03
Author:
nate
Message:
  • Fixed payment methods display on the configuration (adminsettings.php) page.
  • Fixes ticket #285.
Files:

Legend:

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

    r384 r426  
    4444 
    4545                        $theinput = new inputDataTableList($db, "default_payment",$therecord["default_payment"],"paymentmethods","id","name", 
    46                                                                         "inactive=0 AND `type` != 'receivable'", "priority,name", true, "default payment method"); 
     46                                                                        "inactive=0 AND (`type` != 'receivable' OR `type` IS NULL)", "priority,name", true, "default payment method"); 
    4747                        $fields[] = $theinput; 
    4848         
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.