Skip to content

Commit

Permalink
fix: remove dead fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Oct 27, 2021
1 parent 07b53d4 commit 43eaa33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
4 changes: 2 additions & 2 deletions erpnext/accounts/doctype/pos_settings/pos_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// For license information, please see license.txt

let search_fields_datatypes = ['Data', 'Link', 'Dynamic Link', 'Long Text', 'Select', 'Small Text', 'Text', 'Text Editor'];
let do_not_include_fields = ["naming_series", "item_code", "item_name", "stock_uom", "hub_sync_id", "asset_naming_series",
let do_not_include_fields = ["naming_series", "item_code", "item_name", "stock_uom", "asset_naming_series",
"default_material_request_type", "valuation_method", "warranty_period", "weight_uom", "batch_number_series",
"serial_no_series", "purchase_uom", "customs_tariff_number", "sales_uom", "deferred_revenue_account",
"deferred_expense_account", "quality_inspection_template", "route", "slideshow", "website_image_alt", "thumbnail",
"web_long_description", "hub_sync_id"]
"web_long_description"]

frappe.ui.form.on('POS Settings', {
onload: function(frm) {
Expand Down
Loading

0 comments on commit 43eaa33

Please sign in to comment.