瀏覽代碼

Remove ** from notes pending billing

Vijayakrishnan 3 年之前
父節點
當前提交
9f07e4904c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/Note.php

+ 1 - 1
app/Models/Note.php

@@ -53,7 +53,7 @@ class Note extends Model
             if ($this->is_billing_marked_done) $status = 'Billed';
             else if ($this->is_signed_by_hcp) $status = 'Signed';
         }
-        return $status . ' **';
+        return $status;
     }
 
     public function bills()