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