update membership in sale detail

This commit is contained in:
Aung Myo
2017-06-15 17:13:11 +06:30
parent f0d3f30d88
commit 4098c99509
3 changed files with 81 additions and 11 deletions

View File

@@ -60,8 +60,6 @@
var reason = $('input[type="radio"]:checked').val();
console.log(reason)
var url = 'manual_void_sale';alert(url)
var sale_id = $(this).find(".customer-id").text();
$.ajax({
type: 'POST',