Invoice & Bill validation errors then set hidden fields.
This commit is contained in:
parent
a73537f5e5
commit
c412f2c4ab
@ -220,6 +220,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
@if (old('item'))
|
||||||
|
$('#vendor_id').trigger('change');
|
||||||
|
@endif
|
||||||
|
|
||||||
$(".input-price").maskMoney({
|
$(".input-price").maskMoney({
|
||||||
thousands : '{{ $currency->thousands_separator }}',
|
thousands : '{{ $currency->thousands_separator }}',
|
||||||
decimal : '{{ $currency->decimal_mark }}',
|
decimal : '{{ $currency->decimal_mark }}',
|
||||||
|
@ -219,6 +219,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
@if (old('item'))
|
||||||
|
$('#vendor_id').trigger('change');
|
||||||
|
@endif
|
||||||
|
|
||||||
$(".input-price").maskMoney({
|
$(".input-price").maskMoney({
|
||||||
thousands : '{{ $currency->thousands_separator }}',
|
thousands : '{{ $currency->thousands_separator }}',
|
||||||
decimal : '{{ $currency->decimal_mark }}',
|
decimal : '{{ $currency->decimal_mark }}',
|
||||||
|
@ -220,6 +220,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
@if (old('item'))
|
||||||
|
$('#customer_id').trigger('change');
|
||||||
|
@endif
|
||||||
|
|
||||||
$(".input-price").maskMoney({
|
$(".input-price").maskMoney({
|
||||||
thousands : '{{ $currency->thousands_separator }}',
|
thousands : '{{ $currency->thousands_separator }}',
|
||||||
decimal : '{{ $currency->decimal_mark }}',
|
decimal : '{{ $currency->decimal_mark }}',
|
||||||
|
@ -219,6 +219,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
@if (old('item'))
|
||||||
|
$('#customer_id').trigger('change');
|
||||||
|
@endif
|
||||||
|
|
||||||
$(".input-price").maskMoney({
|
$(".input-price").maskMoney({
|
||||||
thousands : '{{ $currency->thousands_separator }}',
|
thousands : '{{ $currency->thousands_separator }}',
|
||||||
decimal : '{{ $currency->decimal_mark }}',
|
decimal : '{{ $currency->decimal_mark }}',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user