Credit note for new memberships
This commit is contained in:
parent
5b61db8821
commit
515edc4459
4 changed files with 78 additions and 2 deletions
|
|
@ -24,6 +24,9 @@ $(document).ready(function () {
|
|||
$("#" + prefix + "_" + obj.id).click(function() {
|
||||
target.val(obj[name_field]);
|
||||
$("#" + prefix + "_pk").val(obj.id);
|
||||
|
||||
if (typeof autocompleted != 'undefined')
|
||||
autocompleted(obj, prefix)
|
||||
});
|
||||
|
||||
if (input === obj[name_field])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue