Browse Source

fixup! [FIX] b_shift : email_template_non_attendance

pull/125/head
Elouan Le Bars 4 years ago
parent
commit
cb14eb9718
  1. 10
      beesdoo_shift/data/mail_template.xml

10
beesdoo_shift/data/mail_template.xml

@ -37,9 +37,13 @@
% endif
% if object.worker_id.working_mode == 'irregular':
Your shift counter is at ${object.worker_id.cooperative_status_ids.sr} and should
be superior or equal to 1 before the
${object.worker_id.cooperative_status_ids.future_alert_date}.<br>
Your shift counter is at ${object.worker_id.cooperative_status_ids.sr}.
% if object.worker_id.cooperative_status_ids.future_alert_date:
It should be superior or equal to 1 before the
${object.worker_id.cooperative_status_ids.future_alert_date}.
% endif
<br>
% endif
% if object.replaced_id:

Loading…
Cancel
Save