Fixed issue #1554 Item autocomplete/search not working in invoice/bill
This commit is contained in:
		@@ -620,7 +620,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
    methods: {
 | 
			
		||||
        remoteMethod(query) {
 | 
			
		||||
            document.getElementById('form-select-' + this.name).getElementsByTagName("input")[1].readOnly = false;
 | 
			
		||||
            document.getElementById('form-select-' + this.name).getElementsByTagName("input")[0].readOnly = false;
 | 
			
		||||
 | 
			
		||||
            if (query !== '') {
 | 
			
		||||
                this.loading = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user