Parcourir la source

Merge pull request #1360 from rmehta/remove-list-in-title

[minor] remove List from list titles
version-14
Nabin Hait il y a 9 ans
Parent
révision
d308a34fc1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frappe/public/js/frappe/list/doclistview.js

+ 1
- 1
frappe/public/js/frappe/list/doclistview.js Voir le fichier

@@ -99,7 +99,7 @@ frappe.views.DocListView = frappe.ui.Listing.extend({
this.page.main.addClass("listview-main-section"); this.page.main.addClass("listview-main-section");
var module = locals.DocType[this.doctype].module; var module = locals.DocType[this.doctype].module;


this.page.set_title(__("{0} List", [__(this.doctype)]));
this.page.set_title(__(this.doctype));
frappe.breadcrumbs.add(module, this.doctype); frappe.breadcrumbs.add(module, this.doctype);
}, },




Chargement…
Annuler
Enregistrer