[UPDT] ASSET: Updated notify_expiring_assets() function add_job timeinterval

This commit is contained in:
Horilla
2025-09-11 11:57:57 +05:30
parent dc984c392c
commit 683b76839f
3 changed files with 4 additions and 5 deletions

View File

@@ -3,11 +3,10 @@ from typing import Any
from django.utils.decorators import method_decorator
from django.utils.translation import gettext_lazy as _
from horilla_views.cbv_methods import login_required, permission_required
from horilla_views.generic.cbv.views import HorillaDetailedView, HorillaListView
from asset.filters import AssetFilter
from asset.models import Asset
from horilla_views.cbv_methods import login_required, permission_required
from horilla_views.generic.cbv.views import HorillaDetailedView, HorillaListView
@method_decorator(login_required, name="dispatch")

View File

@@ -23,4 +23,4 @@
{% endif %}
</div>
</div>
{% endif %}
{% endif %}

View File

@@ -24,4 +24,4 @@
</button>
</form>
<!-- End of Delete Form -->
{% endif %}
{% endif %}