You are here

function farm_quantity_report_update_7000 in farmOS 7

Install the Farm Report module (dependency of Quantity Report).

File

modules/farm/farm_quantity/farm_quantity_report/farm_quantity_report.install, line 11
Farm quantity report install.

Code

function farm_quantity_report_update_7000(&$sandbox) {
  $module = 'farm_report';
  if (!module_exists($module)) {
    module_enable(array(
      $module,
    ));
  }
}