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