bugfix on delete command
This commit is contained in:
@@ -54,7 +54,7 @@ function deleteId(id, table) {
|
||||
cmnd = "deleteBill";
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "/Ajax/"+cmnd+"/"+id,
|
||||
url: "/Ajax/"+cmnd,
|
||||
data: {"id" : id}, // serializes the form's elements.
|
||||
success: function(data){
|
||||
var ph = document.getElementById('alertbox');
|
||||
|
||||
Reference in New Issue
Block a user