Преглед изворни кода

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2 into dev

= пре 4 година
родитељ
комит
32888728b5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/views/app/patient/tickets.blade.php

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

@@ -184,7 +184,7 @@
                             }
                         ?>
 
-                        patientRx: <?= json_encode($contentData['items']) ?>,
+                        patientRx: <?= $contentData ? json_encode($contentData['items']) : [] ?>,
                     },
                     computed: {
                         numAll: function() {