mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update vehicles.js
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
function customerSelected() {
|
function customerSelected() {
|
||||||
customer_id = $('issue_customer_id').getValue();
|
customer_id = $('issue_customer_id').getValue();
|
||||||
console.log(customer_id);
|
console.log(customer_id);
|
||||||
# update stuff
|
|
||||||
}
|
}
|
||||||
|
|
||||||
document.observe('dom:loaded', function() {
|
document.observe('dom:loaded', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user