susee
This commit is contained in:
parent
8ecdb842c8
commit
1582f8e139
@ -367,7 +367,7 @@ $(document).on('change','#packs',function(){
|
||||
{
|
||||
extend: 'csv',
|
||||
text: 'CSV', // Set the title for the CSV button
|
||||
title: 'CMember Name : <?php echo $fname." ".$lname; ?> (Total Credits : <?php echo $avaiable_credit; ?>)', // Set your custom print title here
|
||||
title: 'Member Name : <?php echo $fname." ".$lname; ?> (Total Credits : <?php echo $avaiable_credit; ?>)', // Set your custom print title here
|
||||
}
|
||||
]
|
||||
});
|
||||
@ -392,8 +392,8 @@ $(document).on('change','.add_or_sub',function(){
|
||||
} else {
|
||||
$('#method option[value="card"]').show();
|
||||
$('#method option[value="cash"]').show();
|
||||
$('#method option[value="card"]').show();
|
||||
$('#method option[value="cash"]').show();
|
||||
$("#packs option[value='6']").hide();
|
||||
$("#packs option[value='7']").hide();
|
||||
$('#remarks').prop('required', false);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user