Bug 6949: cannot remove owner from fund
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqbudgets.tt
index ca623f3..c27a880 100644 (file)
@@ -11,6 +11,7 @@
 
     function ownerRemove(f) {
         document.getElementById('budget_owner_name').innerHTML = '';
+        document.getElementById('budget_owner_id').value = '';
     }
 
     function Check(f) {