mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix:whitespace missing
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ frappe.listview_settings['Quotation'] = {
|
||||
"company", "currency", 'valid_till'],
|
||||
|
||||
onload: function(listview) {
|
||||
if(listview.page.fields_dict.quotation_to){
|
||||
if (listview.page.fields_dict.quotation_to) {
|
||||
listview.page.fields_dict.quotation_to.get_query = function() {
|
||||
return {
|
||||
"filters": {
|
||||
|
||||
Reference in New Issue
Block a user