You are here

function farm_livestock_weight_update_7000 in farmOS 7

Install the Farm Report module (dependency of Livestock Weight Report).

File

modules/farm/farm_livestock/farm_livestock_weight/farm_livestock_weight.install, line 11
Farm livestock weight install.

Code

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