fixed bill badge
This commit is contained in:
parent
49bc0c2194
commit
b9e6128da4
@ -259,7 +259,7 @@ class Bill extends Model
|
|||||||
*/
|
*/
|
||||||
public function getStatusLabelAttribute()
|
public function getStatusLabelAttribute()
|
||||||
{
|
{
|
||||||
switch ($this->code) {
|
switch ($this->status) {
|
||||||
case 'paid':
|
case 'paid':
|
||||||
$label = 'success';
|
$label = 'success';
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user