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