changed indent. as well use tab instead of space.

This commit is contained in:
81552433qqcom
2014-09-12 16:42:15 +08:00
committed by Anand Doshi
parent e3b63f2d9c
commit 6d02939256
2 changed files with 31 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ var get_filters = function(){
"label": __("Group By"),
"fieldtype": "Select",
"options": [
{ "value": "", "label": "" },
"",
{ "value": "Item", "label": __("Item") },
{ "value": "Supplier", "label": __("Supplier") }
],

View File

@@ -34,7 +34,7 @@ var get_filters = function(){
"label": __("Group By"),
"fieldtype": "Select",
"options": [
{ "value": "", "label": "" },
"",
{ "value": "Item", "label": __("Item") },
{ "value": "Customer", "label": __("Customer") }
],