This commit is contained in:
2026-01-20 12:15:47 +03:30
parent 083e5bd5c2
commit ff2b9a07b1
2 changed files with 153 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ from .poultry.views import Cancel_Poultry_Exchange_request, Check_Poultry_Auctio
archive_poultry_hatching_with_archive_percent
from bot_eata import bot_eitaa_for_bar, bot_eitaa_free_bar, bot_eitaa_for_hatching_gt_50, \
bot_eitaa_for_province_kill_request, daily_manual_transaction_for_eata, transaction_for_eata_new, \
daily_report_for_each_vet_farm_manual,send_all_bar_to_eitaa
daily_report_for_each_vet_farm_manual, send_all_bar_to_eitaa, send_all_bar_to_eitaa_ticket
from django.conf import settings
from django.conf.urls.static import static
@@ -1392,6 +1392,7 @@ urlpatterns = [
path('fetch_evacuation_details_for_unknown_hatchings/', fetch_evacuation_details_for_unknown_hatchings),
path('kdp/', kill_house_debt_report_pdf),
path('send_kill_house_debt_report_pdf_sms_manual/', send_kill_house_debt_report_pdf_sms_manual),
path('send_all_bar_to_eitaa_ticket/', send_all_bar_to_eitaa_ticket),
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)