When I tried to raise new sales invoice its saying it already exists
Why i am getting this error
Thanks
Santhosh
When I tried to raise new sales invoice its saying it already exists
Why i am getting this error
Thanks
Santhosh
Yes, It already exists
@Santhosh_Aerotek did you change anything in the doctype list ? probably added “unique” to one of the fields.
No, I haven’t changed anything
@Santhosh_Aerotek I suggest to rebuild the table . open apps/erpnext/erpnext/accounts/doctype/sales_invoice . open sales_invoice.json. search for modified and change it to recent date like yesterday . than run bench migrate . hope rebuilding the table will fix it
Thanks, I solved this issue by rebuilding the table
Thanks you very much.