mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
changed desktop modules now using font-awesome instead of noun project fonts
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
wn.pages['activity'].onload = function(wrapper) {
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.layout-appframe'));
|
||||
wrapper.appframe.add_home_breadcrumb();
|
||||
wrapper.appframe.add_breadcrumb(wn.modules["Activity"].icon);
|
||||
wrapper.appframe.title('Activity');
|
||||
|
||||
var list = new wn.ui.Listing({
|
||||
|
||||
@@ -2,6 +2,7 @@ erpnext.updates = [
|
||||
["21st December 2012", [
|
||||
"Manufacturing: For Material Transfer against Production Order, \
|
||||
fetch quantity pending to be transferred for each item."
|
||||
"Desktop: New Icons and now sortable by dragging."
|
||||
]],
|
||||
["20th December 2012", [
|
||||
"Website: Create Product Search Page, Product Group Page on the website.",
|
||||
|
||||
Reference in New Issue
Block a user