made preorderlogistics working again
This commit is contained in:
@@ -184,7 +184,11 @@
|
||||
function(success) {
|
||||
console.log(success);
|
||||
if(success.status == "OK") {
|
||||
$("#sent-label-" + success.result.preorder_id).show();
|
||||
if(checked) {
|
||||
$("#sent-label-" + success.result.preorder_id).show();
|
||||
} else {
|
||||
$("#sent-label-" + success.result.preorder_id).hide();
|
||||
}
|
||||
}
|
||||
},
|
||||
"json"
|
||||
|
||||
Reference in New Issue
Block a user