mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 12:24:44 +02:00
prepaid to plan file
This commit is contained in:
parent
32943b40be
commit
d31edde9d6
28 changed files with 820 additions and 822 deletions
|
@ -1,9 +0,0 @@
|
|||
$(document).on("click", ".cdelete", function(e) {
|
||||
e.preventDefault();
|
||||
var id = this.id;
|
||||
bootbox.confirm("Are you sure?", function(result) {
|
||||
if(result){
|
||||
window.location.href = "index.php?_route=prepaid/delete/" + id;
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue