• We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
D

Custom thread field not updating -> help

  • Thread starter Thread starter Dannymh
  • Start date Start date
D

Dannymh

Guest

Hi all,

I have a series of custom fields that get updated during a specific process All fields but one continue to get updated and I can not figure out why.

The code I have is

PHP:
Code:
 //Update thread details and close thread $theThread->custom_fields->set('otbOrderState', 'bin', 'admin', true); $theThread->custom_fields->set('otbPurchaseType', 'bin', 'admin', true); //this following field wont update...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top