Added Bulk Payments

This commit is contained in:
Deon George
2012-01-11 19:59:20 +11:00
parent f0c1f8800e
commit 8d53924988
9 changed files with 176 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ class ORM extends Kohana_ORM {
$value = $this->__get($column);
// If some of our fields need to be formated for display purposes.
if ($this->_loaded AND ! $this->_formated AND $this->_display_filters)
if (! $this->_formated AND $this->_display_filters)
$this->_format();
if (isset($this->_object_formated[$column]))