Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transplanting Input Form #532

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
9 changes: 9 additions & 0 deletions farmdata2_modules/fd2_tabs/fd2_field_kit/fd2_field_kit.module
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ function fd2_field_kit_menu() {
'weight' => 100,
);

$items['farm/fd2-field-kit/transplantingInput'] = array(
'title' => 'Transplanting Input',
'type' => MENU_LOCAL_TASK,
'page callback' => 'fd2_field_kit_view',
'page arguments' => array('transplantingInput.html'),
'access arguments' => array('view fd2 field kit'),
'weight' => 101,
);

return $items;
};

Expand Down
Loading