Client Query - When Assigning to Courier Nothing Happens

Problem:

When the customer uses Assign to Courier nothing happens and nothing is sent to the courier.

Solution:

Check the invoices for locked records

select * from invoice where record_locked >0

update invoice set record_locked = 0 where invoice_id = '????'

Notes:
This has so far only happened on NOTI1

Did you find this article helpful?