For debug, add float. [skip ci]

This commit is contained in:
James Cole
2016-03-21 19:24:15 +01:00
parent c1b8d44209
commit bcd7866e10

View File

@@ -51,7 +51,7 @@ class Amount
return '<span style="color:#999">' . $result . '</span>';
}
if ($amount > 0) {
return '<span class="text-success">' . $result . '</span>';
return '<span class="text-success" title="' . e($float) . '">' . $result . '</span>';
}
return '<span class="text-danger">' . $result . '</span>';