bug fixes, senderID polishing, support fees, paperless partial
This commit is contained in:
@@ -123,6 +123,11 @@
|
||||
return "<span style='color:#d9534f; font-weight:bold;'>" + value + "</span>";
|
||||
}
|
||||
}},
|
||||
{
|
||||
title: "Contract Validity",
|
||||
field: "contract_validity",
|
||||
sorter: "date",
|
||||
},
|
||||
{
|
||||
title: "Account Manager",
|
||||
field: "accountManager",
|
||||
@@ -137,11 +142,11 @@
|
||||
|
||||
rowClick:function(e, row){
|
||||
var userID = row.getData().id;
|
||||
console.log(userID);
|
||||
console.log(userID);
|
||||
//$('#userEditModal').modal('show');
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
$('#keywordField').on('keyup', function(){
|
||||
console.log('up');
|
||||
var keyword = $(this).val();
|
||||
|
||||
Reference in New Issue
Block a user