Add farm_quantity_report to list of optional modules during farmOS install.

This commit is contained in:
Michael Stenta 2018-02-01 17:26:46 -05:00
parent 8acb1fe1f5
commit b38a0cddfe
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ function farm_install_configure_form($form, &$form_state) {
'farm_sensor' => st('Sensor'),
'farm_sensor_listener' => st('Sensor: Listener'),
'farm_log_sale' => st('Sale logs (beta)'),
'farm_quantity_report' => st('Quantity report generator (beta)')
);
$form['farm_modules'] = array(
'#type' => 'checkboxes',