mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 14:11:45 +01:00
fix: save e-way bill no on irn generation
This commit is contained in:
@@ -21,6 +21,8 @@ erpnext.setup_einvoice_actions = (doctype) => {
|
||||
frm.set_value('irn', res.message['Irn']);
|
||||
frm.set_value('signed_einvoice', JSON.stringify(res.message['DecryptedSignedInvoice']));
|
||||
frm.set_value('signed_qr_code', JSON.stringify(res.message['DecryptedSignedQRCode']));
|
||||
|
||||
if (res.message['EwbNo']) frm.set_value('ewaybill', res.message['EwbNo']);
|
||||
frm.save();
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user