mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
changed indent. as well use tab instead of space.
This commit is contained in:
committed by
Anand Doshi
parent
e3b63f2d9c
commit
6d02939256
@@ -33,7 +33,7 @@ var get_filters = function(){
|
||||
"label": __("Group By"),
|
||||
"fieldtype": "Select",
|
||||
"options": [
|
||||
{ "value": "", "label": "" },
|
||||
"",
|
||||
{ "value": "Item", "label": __("Item") },
|
||||
{ "value": "Supplier", "label": __("Supplier") }
|
||||
],
|
||||
|
||||
@@ -34,7 +34,7 @@ var get_filters = function(){
|
||||
"label": __("Group By"),
|
||||
"fieldtype": "Select",
|
||||
"options": [
|
||||
{ "value": "", "label": "" },
|
||||
"",
|
||||
{ "value": "Item", "label": __("Item") },
|
||||
{ "value": "Customer", "label": __("Customer") }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user