mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
reduced width of brand in stock analytics report
This commit is contained in:
@@ -53,7 +53,7 @@ erpnext.StockAnalytics = erpnext.StockGridReport.extend({
|
|||||||
formatter: this.check_formatter},
|
formatter: this.check_formatter},
|
||||||
{id: "name", name: "Item", field: "name", width: 300,
|
{id: "name", name: "Item", field: "name", width: 300,
|
||||||
formatter: this.tree_formatter},
|
formatter: this.tree_formatter},
|
||||||
{id: "brand", name: "Brand", field: "brand", width: 200},
|
{id: "brand", name: "Brand", field: "brand", width: 100},
|
||||||
{id: "opening", name: "Opening", field: "opening", hidden: true,
|
{id: "opening", name: "Opening", field: "opening", hidden: true,
|
||||||
formatter: this.currency_formatter}
|
formatter: this.currency_formatter}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user