projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cef271
)
partnumber gibt es warehouse template nicht mehr (part picker)
author
Jan Büren
<jan@kivitendo.de>
Wed, 27 Nov 2019 11:41:12 +0000
(12:41 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 27 Nov 2019 11:48:41 +0000
(12:48 +0100)
templates/webpages/wh/warehouse_selection.html
patch
|
blob
|
history
diff --git
a/templates/webpages/wh/warehouse_selection.html
b/templates/webpages/wh/warehouse_selection.html
index
91bb055
..
efab904
100644
(file)
--- a/
templates/webpages/wh/warehouse_selection.html
+++ b/
templates/webpages/wh/warehouse_selection.html
@@
-55,7
+55,7
@@
$(function() {
warehouse_selected(0, 0);
- document.Form.part
number
.focus();
+ document.Form.part
_id_name
.focus();
});
-->
</script>