[tests] codacy

This commit is contained in:
Rushabh Mehta 2017-06-27 17:50:15 +05:30
parent 00ae424cac
commit c616a4a527
2 changed files with 2 additions and 2 deletions

View File

@ -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> <td>Total Addresses with GST</td><td>${frm.doc.__onload.data.total_addresses_with_gstin}</td>
</tr> </tr>
</tbody></table>` </tbody></table>`
) );
} }
}); });

View File

@ -21,5 +21,5 @@ erpnext.setup_gst_reminder_button = (doctype) => {
}); });
} }
} }
}) });
}; };