mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 14:58:24 +00:00
[tests] codacy
This commit is contained in:
@@ -20,6 +20,6 @@ frappe.ui.form.on('GST Settings', {
|
||||
<td>Total Addresses with GST</td><td>${frm.doc.__onload.data.total_addresses_with_gstin}</td>
|
||||
</tr>
|
||||
</tbody></table>`
|
||||
)
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -21,5 +21,5 @@ erpnext.setup_gst_reminder_button = (doctype) => {
|
||||
});
|
||||
}
|
||||
}
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user