close #466 Fixed: Bill Payment Problem

This commit is contained in:
cuneytsenturk
2018-08-30 13:08:31 +03:00
parent 37f9fbe622
commit 3589a0b5fc
6 changed files with 19 additions and 4 deletions

View File

@@ -373,6 +373,11 @@
$('#currency_rate').val(data.currency_rate);
$('.input-price').each(function(){
input_price_id = $(this).attr('id');
input_currency_id = input_price_id.replace('price', 'currency');
$('#' + input_currency_id).val(data.currency_code);
amount = $(this).maskMoney('unmasked')[0];
$(this).maskMoney({