Does anyone know how to update status in Purchase Order?

Hello, I have a problem when I update the status in backend but it seems the in list view status doesn’t change. I used server script to update the status using doc.save(). Thanks for helping.
image

Purchase Order List view depends on certain conditions

Still if you want to override this listview condition, use doctype_list_js hook in your custom app

1 Like

Thanks @Saranesh_A , Already fixed it. I should also update the per_received and per_billed in order to change the status completely.