소스 검색

Updated outgoing email template

Samson Mutunga 3 년 전
부모
커밋
feb2b0650a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/send_email.blade.php

+ 1 - 1
resources/views/app/patient/send_email.blade.php

@@ -7,7 +7,7 @@
 
                 <div class="form-group">
                     <label for="" class="control-label">Ougoing Email Template</label>
-                    <select name="fromEmailAddress" class="form-control input-sm" @change="setTemplate">
+                    <select name="outgoingEmailTemplate" class="form-control input-sm" @change="setTemplate">
                         <option value=""></option>
                         <option v-for="(template,i) in templates" v-bind:value="i">@{{ template.default_subject_tpl }}</option>
                     </select>