phpBMS

Changeset 721 for trunk

Show
Ignore:
Timestamp:
01/06/10 17:05:42 (2 years ago)
Author:
nate
Message:
  • Fixed update on invoicestatushistory's statusid field.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/install/generateuuids.php

    r715 r721  
    207207            $this->updateFields("lineitems", array("productid"=>$this->productsList)); 
    208208            $this->updateFields("invoicestatuses", array("defaultassignedtoid"=>$this->userList)); 
    209             $this->updateFields("invoicestatushistory", array("invoiceid"=>$this->invoiceList, "invoicestatusid"=>$this->invoiceStatsList, "assignedtoid"=>$this->userList)); 
     209            $this->updateFields("invoicestatushistory", array("invoiceid"=>$this->invoiceList, "invoicestatusid"=>$this->invoiceStatusList, "assignedtoid"=>$this->userList)); 
    210210            $this->updateFields("addresstorecord", array("tabledefid"=>$this->tabledefList, "recordid"=>$this->clientList, "addressid"=>$this->addressList)); 
    211211            $this->updateFields("receiptitems", array("receiptid"=>$this->receiptList, "aritemid"=>$this->aritemList)); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.