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

added rm label on rm transactions

= пре 3 година
родитељ
комит
16b2b6d088

+ 1 - 1
app/Helpers/helpers.php

@@ -277,7 +277,7 @@ if(!function_exists('friendly_date_month_year')) {
         if(!$value || empty($value)) return '';
         try {
             $result = strtotime($value);
-            $result = date("M YY", $result);
+            $result = date("M Y", $result);
             return $result;
         }
         catch (Exception $e) {

+ 1 - 1
resources/views/app/practice-management/financial-transactions.blade.php

@@ -119,7 +119,7 @@
                                         </a>
                                     @elseif($transaction->bill && $transaction->bill->careMonth)
                                         <a href="/patients/view/{{ $transaction->client->uid }}/care-months/view/{{ $transaction->bill->careMonth->uid }}">
-                                            Remote Monitoring {{friendly_date_month_year($transaction->bill->careMonth->start_date)}}
+                                            Remote Monitoring, {{friendly_date_month_year($transaction->bill->careMonth->start_date)}}
                                         </a>
                                     @else
                                         {{ $transaction->custom_memo ? $transaction->custom_memo : '-' }}