Improvements to invoice display and other misc items
This commit is contained in:
@@ -23,7 +23,7 @@ class StaticList_YesNo extends StaticList {
|
||||
|
||||
return $format ? View::factory(Config::theme().'/label/bool')
|
||||
->set('label',$value ? 'label-success' : '')
|
||||
->set('column',static::factory()->_get($value)) : $value;
|
||||
->set('column',self::factory()->_get($value)) : $value;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user