This commit is contained in:
Jonathan Rosenbaum
2018-03-21 21:44:15 +00:00
parent 6bda47b485
commit 914d15f98c
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -114,7 +114,6 @@ $(function() {
}
});
if (membership_ids) {
volunteer_ids = membership_ids.replace(/contact_id/g,"contacts.contact_id");
}
@@ -798,6 +797,8 @@ $(function() {
//var payment_type = $("input[name='payment_type']");
var amount = $("#amount");
var description = $("#description");
description.autogrow({flickering: false});
description.autogrow({flickering: false});
var quantity = $("#quantity");
var date = $("#date");
var shop_id = $("#shop_id").val();