projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fae7c8
)
Select item not working in purchase order and sales order entry. Fixed.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 4 Jul 2021 06:51:30 +0000
(08:51 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 4 Jul 2021 06:51:30 +0000
(08:51 +0200)
includes/ui/ui_view.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_view.inc
b/includes/ui/ui_view.inc
index d4e1c50b1319ba45e72da2e57b5f799b57de947a..5f372546e8f3d4072aaccb34aa9c981b49f44abb 100644
(file)
--- a/
includes/ui/ui_view.inc
+++ b/
includes/ui/ui_view.inc
@@
-925,7
+925,7
@@
function get_js_select_combo_item() {
} else {
var stock_element = doc.getElementsByName('stock_id');
if( stock_element.length > 0) {
- stock_element
.value = value;
+ stock_element
[0].value = value;
var stock_id = doc.getElementById('_stock_id_edit');
stock_id.value=value;
stock_id.onblur();