mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Added task and issue webforms and few fixes
This commit is contained in:
@@ -61,8 +61,8 @@ frappe.ready(function() {
|
||||
success: function(data) {
|
||||
$('.project-'+ item).html(data.message);
|
||||
|
||||
$('.project-'+ item +'-section .btn-group .btn-primary').removeClass('btn-primary');
|
||||
$('.btn-'+ item_status +'-'+ item).addClass( "btn-primary" );
|
||||
$('.project-'+ item +'-section .btn-group .bold').removeClass('bold');
|
||||
$('.btn-'+ item_status +'-'+ item).addClass( "bold" );
|
||||
$(".more-"+ item).toggle(true);
|
||||
}
|
||||
});
|
||||
@@ -117,4 +117,4 @@ frappe.ready(function() {
|
||||
})
|
||||
return false;
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user