How to cancel Delivery Note

Hello,

I am getting Update but there is no option to cancel and delete. How to enable it?

Reload the page or use Reload under the … button on the upper right hand side

Hi @pm23,

If any client script is applied to the refresh or onload event, ensure it’s corrected. I think if you reload every time, the “Not Saved” message appears. Therefore, please correct the client script if it has been applied.

After that, follow the steps outlined by @Tufan_Kaynak2.

@pm23 you have a nice theme there?

Which theme is that?

Looks like

1 Like

@NCP
It work when i given one condition in client script which was using onload. I gave condition there as
if (frm.doc.docstatus === 1) {
return;
}