Merge branches 'master' and 'master' of github.com:webnotes/wnframework into wsgi
This commit is contained in:
commit
60ca295147
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"creation": "2013-02-22 01:27:32",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-07-10 14:54:06",
|
||||
"modified": "2013-10-16 15:38:55",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"label": "Type",
|
||||
"oldfieldname": "fieldtype",
|
||||
"oldfieldtype": "Select",
|
||||
"options": "Data\nSelect\nText\nSmall Text\nText Editor\nLink\nInt\nDate\nTime\nCurrency\nTable\nFloat\nCheck\nSection Break\nColumn Break\nButton\nRead Only\nCode\nHTML\nImage\nBlob\nPassword",
|
||||
"options": "Button\nCheck\nCode\nColumn Break\nCurrency\nData\nDate\nDatetime\nFloat\nHTML\nImage\nInt\nLink\nLong Text\nPassword\nPercent\nRead Only\nSection Break\nSelect\nSmall Text\nTable\nText\nText Editor\nTime",
|
||||
"print_hide": 0,
|
||||
"reqd": 1,
|
||||
"search_index": 1
|
||||
|
|
|
|||
|
|
@ -531,9 +531,9 @@ def load_json(obj):
|
|||
|
||||
return obj
|
||||
|
||||
def build_match_conditions(doctype, fields=None, as_condition=True, match_filters=None):
|
||||
def build_match_conditions(doctype, fields=None, as_condition=True):
|
||||
import webnotes.widgets.reportview
|
||||
return webnotes.widgets.reportview.build_match_conditions(doctype, fields, as_condition, match_filters)
|
||||
return webnotes.widgets.reportview.build_match_conditions(doctype, fields, as_condition)
|
||||
|
||||
def get_list(doctype, filters=None, fields=None, docstatus=None,
|
||||
group_by=None, order_by=None, limit_start=0, limit_page_length=None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue