mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
updates to item, item_group and website
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<script>
|
||||
// redirect to product search page
|
||||
$(document).ready(function() {
|
||||
$('.dropdown-toggle').dropdown()
|
||||
$("#btn-product-search").click(function() {
|
||||
var txt = $("#product-search").val();
|
||||
if(txt) {
|
||||
|
||||
Reference in New Issue
Block a user