dashboard hourly sale and license code clean

This commit is contained in:
Yan
2017-12-12 17:41:35 +06:30
parent e55948a7b2
commit bbf30ed26f
3 changed files with 10 additions and 27 deletions

View File

@@ -390,10 +390,11 @@
$(this).off("click");
var sale_id = $('#sale_id').text();
var item_row = $('.is_card');
if (item_row.length < 1) {
calculate_member_discount(sale_id);
}
// payment
var cash = $('#cash').text();
var credit = $('#credit').text();