refs #451 Invoice create added item price mask

This commit is contained in:
cuneytsenturk
2018-08-17 17:10:23 +03:00
parent 33673def5b
commit 17b582796d
13 changed files with 636 additions and 276 deletions

View File

@ -59,7 +59,7 @@
var text_no = '{{ trans('general.no') }}';
$(document).ready(function(){
$("#sale_price").maskMoney({
/*$("#sale_price").maskMoney({
thousands : '{{ $currency->thousands_separator }}',
decimal : '{{ $currency->decimal_mark }}',
precision : {{ $currency->precision }},
@ -84,7 +84,7 @@
});
$("#sale_price").focusout();
$("#purchase_price").focusout();
$("#purchase_price").focusout();*/
$("#tax_id").select2({
placeholder: {