فهرست منبع

aggiunto gli oggetti documento,azienda

Mauro 1 سال پیش
والد
کامیت
c75bb15387
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      documento/views.py

+ 2 - 0
documento/views.py

@@ -203,6 +203,8 @@ def finalize_download(request,did,uid=None):
 
     sm_data = dict()
     sm_data['utente'] = utente
+    sm_data['azienda'] = azienda
+    sm_data['documento'] = documento
     sm.set_data(sm_data)
     sm.send()
   ### comunicazioni ###