Fixed issue #1554 Item autocomplete/search not working in invoice/bill

This commit is contained in:
Jairo Rodriguez
2020-08-26 00:56:31 -04:00
parent cdf0bf3761
commit 67da88944d
3 changed files with 3 additions and 3 deletions

View File

@ -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;