mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
UI Changes
This commit is contained in:
@@ -66,6 +66,7 @@ frappe.ready(function() {
|
||||
},
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
console.log(data.message);
|
||||
if(typeof data.message == 'undefined') {
|
||||
$('.project-'+ item).html("No "+ item_status +" "+ item);
|
||||
$(".more-"+ item).toggle(false);
|
||||
|
||||
Reference in New Issue
Block a user