Invoice & Bill validation errors then set hidden fields.
This commit is contained in:
@@ -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 }}',
|
||||||
|
Reference in New Issue
Block a user