Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion g2p_programs/views/entitlement_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
/>
<button
type="object"
class="btn btn-dark"
class="btn btn-dark disabled"
icon="fa-thumbs-o-up"
title="Approve entitlement"
name="approve_entitlement"
Expand Down
2 changes: 1 addition & 1 deletion g2p_reimbursement_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": ["g2p_program_reimbursement", "g2p_agent_portal_base", "g2p_program_cycleless"],
"depends": ["website", "g2p_program_reimbursement", "g2p_agent_portal_base", "g2p_program_cycleless"],
"data": [
"data/g2p_reimbursement_portal_form_data.xml",
"views/g2p_portal_reimbursement.xml",
Expand Down