commit | 3d2622ce917e38814c06c67c12c1d7938a01087a | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Apr 25 17:53:42 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Apr 25 17:53:42 2016 +0530 |
tree | bf3675fdfef242c769ffa774bef26278cf0af7e6 | |
parent | 0fa7b7c4f27202248e48c00ca17abecdf4d144c2 [diff] [blame] |
[refacator] added dashboard in item
diff --git a/erpnext/stock/dashboard/item_dashboard.html b/erpnext/stock/dashboard/item_dashboard.html new file mode 100644 index 0000000..1e18969 --- /dev/null +++ b/erpnext/stock/dashboard/item_dashboard.html
@@ -0,0 +1,7 @@ +<div> + <div class="result"> + </div> + <div class="more hidden" style="padding: 15px;"> + <a class="btn btn-default btn-xs btn-more">More</a> + </div> +</div> \ No newline at end of file