diff --git a/app/Models/Purchase/Bill.php b/app/Models/Purchase/Bill.php index 2fb1e2e20..c03bf6f2b 100644 --- a/app/Models/Purchase/Bill.php +++ b/app/Models/Purchase/Bill.php @@ -257,7 +257,7 @@ class Bill extends Model * * @return string */ - public function getLabelAttribute() + public function getStatusLabelAttribute() { switch ($this->code) { case 'paid':