mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +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>
|
<td>Total Addresses with GST</td><td>${frm.doc.__onload.data.total_addresses_with_gstin}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>`
|
</tbody></table>`
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ erpnext.setup_gst_reminder_button = (doctype) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user