@@ -151,7 +151,7 @@ class LoanInline(admin.TabularInline):
model = Loan
extra = 0
exclude = ('notes',)
- readonly_fields = ('item', 'get_mac_or_serial', 'loan_date', 'loan_date_end')
+ readonly_fields = ('item', 'get_mac_or_serial', 'loan_date', 'loan_date_end', 'is_running')
show_change_link = True