mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
feat: Search UI
- Search UI with dropdown results - Client class to handle Product Search actions and results - Integrated Search bar into all-products and item group pages - Run db search without redisearch - Cleanup: [Search] change decorator names and variables - Sider fixes
This commit is contained in:
@@ -144,6 +144,8 @@ erpnext.ProductGrid = class {
|
||||
${ __('Add to Cart') }
|
||||
</div>
|
||||
`;
|
||||
} else {
|
||||
return ``;
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user