mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
many fixes to print
This commit is contained in:
committed by
Anand Doshi
parent
d82352eacc
commit
5b51cc86a9
@@ -12,9 +12,7 @@ frappe.pages['stock-balance'].onload = function(wrapper) {
|
||||
|
||||
new erpnext.StockBalance(wrapper);
|
||||
|
||||
|
||||
wrapper.appframe.add_module_icon("Stock")
|
||||
|
||||
wrapper.appframe.add_module_icon("Stock");
|
||||
}
|
||||
|
||||
erpnext.StockBalance = erpnext.StockAnalytics.extend({
|
||||
|
||||
Reference in New Issue
Block a user