Couldn't update Single Doc

Hi There

I had a Single Doc and tried to manipulate the record. When I did any changes and call the doc, I didn’t see my any changes.

Is there something I missing it?

Hi:

Try

frappe.db.commit()

after doc.save()

Hope this helps.

1 Like