minor fix
This commit is contained in:
parent
2c70238fbb
commit
df4deba515
@ -232,7 +232,7 @@ def get_project_name(doctype, txt, searchfield, start, page_len, filters):
|
||||
start=start,
|
||||
page_len=page_len), {
|
||||
"txt": "%{0}%".format(txt),
|
||||
"_txt": txt.relace('%', '')
|
||||
"_txt": txt.replace('%', '')
|
||||
})
|
||||
|
||||
def get_delivery_notes_to_be_billed(doctype, txt, searchfield, start, page_len, filters):
|
||||
|
Loading…
x
Reference in New Issue
Block a user