Improvements to invoice display and other misc items
This commit is contained in:
@@ -30,7 +30,7 @@ class Model_Export_Module extends ORM_OSB {
|
||||
if (! is_numeric($days))
|
||||
$days = 90;
|
||||
|
||||
$o = $this->module->module();
|
||||
$o = $this->module->instance();
|
||||
|
||||
return $o
|
||||
->select(array($this->export_item->table_name().'.date_orig','exported'))
|
||||
|
Reference in New Issue
Block a user