ソースを参照

Allow any pro to cancel bill (not just admin pros)

Vijayakrishnan Krishnan 4 年 前
コミット
9159eead9b

+ 0 - 4
resources/views/app/patient/care-month/dashboard.blade.php

@@ -570,7 +570,6 @@
                                     </form>
                                 </div>
                                 @endif
-                                @if($pro->pro_type === 'ADMIN')
                                 <span class="mx-2 text-secondary">|</span>
                                 <div moe>
                                     <a start show class="py-0 mb-3 text-danger">Cancel</a>
@@ -586,7 +585,6 @@
                                         </div>
                                     </form>
                                 </div>
-                                @endif
                             @endif
                         </div>
                         @if($activeCMBill !== false)
@@ -757,7 +755,6 @@
                                 </form>
                             </div>
                             @endif
-                            @if($pro->pro_type === 'ADMIN')
                             <span class="mx-2 text-secondary">|</span>
                             <div moe relative>
                                 <a start show class="py-0 mb-3 text-danger">Cancel</a>
@@ -773,7 +770,6 @@
                                     </div>
                                 </form>
                             </div>
-                            @endif
                         @endif
                     </div>
                     @if($activeRMBill !== false)