mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +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"),
|
"label": __("Group By"),
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"options": [
|
"options": [
|
||||||
{ "value": "", "label": "" },
|
"",
|
||||||
{ "value": "Item", "label": __("Item") },
|
{ "value": "Item", "label": __("Item") },
|
||||||
{ "value": "Supplier", "label": __("Supplier") }
|
{ "value": "Supplier", "label": __("Supplier") }
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ var get_filters = function(){
|
|||||||
"label": __("Group By"),
|
"label": __("Group By"),
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"options": [
|
"options": [
|
||||||
{ "value": "", "label": "" },
|
"",
|
||||||
{ "value": "Item", "label": __("Item") },
|
{ "value": "Item", "label": __("Item") },
|
||||||
{ "value": "Customer", "label": __("Customer") }
|
{ "value": "Customer", "label": __("Customer") }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user