chore: whitespace / eof fixes
This commit is contained in:
parent
65279c2471
commit
b147b85e6a
@ -4,4 +4,3 @@
|
|||||||
cur_frm.cscript.tax_table = "Sales Taxes and Charges";
|
cur_frm.cscript.tax_table = "Sales Taxes and Charges";
|
||||||
|
|
||||||
{% include "erpnext/public/js/controllers/accounts.js" %}
|
{% include "erpnext/public/js/controllers/accounts.js" %}
|
||||||
|
|
||||||
|
@ -371,4 +371,3 @@ def add_lead_to_prospect(lead, prospect):
|
|||||||
prospect.save(ignore_permissions=True)
|
prospect.save(ignore_permissions=True)
|
||||||
frappe.msgprint(_('Lead {0} has been added to prospect {1}.').format(frappe.bold(lead), frappe.bold(prospect.name)),
|
frappe.msgprint(_('Lead {0} has been added to prospect {1}.').format(frappe.bold(lead), frappe.bold(prospect.name)),
|
||||||
title=_('Lead Added'), indicator='green')
|
title=_('Lead Added'), indicator='green')
|
||||||
|
|
@ -18,4 +18,3 @@
|
|||||||
<div class="patient-details">
|
<div class="patient-details">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -235,4 +235,3 @@ def make_payment_entry(expense_claim, payable_account, amt):
|
|||||||
pe.references[0].allocated_amount = amt
|
pe.references[0].allocated_amount = amt
|
||||||
pe.insert()
|
pe.insert()
|
||||||
pe.submit()
|
pe.submit()
|
||||||
|
|
||||||
|
@ -82,4 +82,3 @@ frappe.tour['Routing'] = [
|
|||||||
description: __("Enter the Operation, the table will fetch the Operation details like Hourly Rate, Workstation automatically.\n\n After that, set the Operation Time in minutes and the table will calculate the Operation Costs based on the Hourly Rate and Operation Time.")
|
description: __("Enter the Operation, the table will fetch the Operation details like Hourly Rate, Workstation automatically.\n\n After that, set the Operation Time in minutes and the table will calculate the Operation Costs based on the Hourly Rate and Operation Time.")
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -887,4 +887,3 @@ def delete_gst_settings_for_company(doc, method):
|
|||||||
gst_settings.remove(d)
|
gst_settings.remove(d)
|
||||||
|
|
||||||
gst_settings.save()
|
gst_settings.save()
|
||||||
|
|
||||||
|
@ -1101,4 +1101,3 @@ function check_should_not_attach_bom_items(bom_no) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$.extend(cur_frm.cscript, new erpnext.stock.StockEntry({frm: cur_frm}));
|
$.extend(cur_frm.cscript, new erpnext.stock.StockEntry({frm: cur_frm}));
|
||||||
|
|
||||||
|
@ -24,4 +24,3 @@ QUnit.test("test manufacture from bom", function(assert) {
|
|||||||
() => done()
|
() => done()
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -302,4 +302,3 @@ erpnext.stock.StockReconciliation = class StockReconciliation extends erpnext.st
|
|||||||
};
|
};
|
||||||
|
|
||||||
cur_frm.cscript = new erpnext.stock.StockReconciliation({frm: cur_frm});
|
cur_frm.cscript = new erpnext.stock.StockReconciliation({frm: cur_frm});
|
||||||
|
|
||||||
|
@ -15,4 +15,3 @@ frappe.ui.form.on('Stock Settings', {
|
|||||||
frm.set_query("sample_retention_warehouse", filters);
|
frm.set_query("sample_retention_warehouse", filters);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -86,4 +86,3 @@ function convert_to_group_or_ledger(frm){
|
|||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,4 +130,3 @@ def get_filter_conditions(filters: Filters) -> QueryArgs:
|
|||||||
{"work_order_filter": f"AND wo.name='{work_order_name}'"}
|
{"work_order_filter": f"AND wo.name='{work_order_name}'"}
|
||||||
)
|
)
|
||||||
return filter_conditions
|
return filter_conditions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user