Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Sep 4, 2023
1 parent a371637 commit e555ac9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chellow/templates/e/site_add_e_supply.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
<form action="/e/sites/{{site.id}}/add_e_supply" method="post">
<fieldset hx-get="/e/sites/{{site.id}}/add_e_supply/form" hx-params="*"
hx-trigger="load, change"
hx-include="[name='source_id'],[name='start_year'],[name='start_month'],[name='start_day'],[name='start_hour'],[name='start_minute'],[name='pc_id'],[name='name'],[name='imp_mpan_core'],[name='exp_mpan_core'],[name='mop_account'],[name='dc_account'],[name='dc_contract_id'],[name='mop_contract_id'],[name='imp_supplier_account'],[name='exp_supplier_account'],[name='imp_llfc_id'],[name='exp_llfc_id'],[name='mtc_participant_id'],[name='has_imp_mpan'],[name='has_exp_mpan'],[name='dno_id'],[name='gsp_group_id'],[name='ssc_id']">
hx-include="[name='source_id'],[name='start_year'],[name='start_month'],[name='start_day'],[name='start_hour'],[name='start_minute'],[name='pc_id'],[name='name'],[name='imp_mpan_core'],[name='exp_mpan_core'],[name='mop_account'],[name='dc_account'],[name='dc_contract_id'],[name='mop_contract_id'],[name='imp_supplier_account'],[name='exp_supplier_account'],[name='imp_llfc_id'],[name='exp_llfc_id'],[name='mtc_participant_id'],[name='has_imp_mpan'],[name='has_exp_mpan'],[name='dno_id'],[name='gsp_group_id'],[name='ssc_id'],[name='cop_id'],[name='comm_id'],[name='energisation_status_id']">
<input type="hidden" name="source_id" value="{{request.values.source_id}}">
<input type="hidden" name="cop_id" value="{{request.values.cop_id}}">
<input type="hidden" name="comm_id" value="{{request.values.comm_id}}">
<input type="hidden" name="energisation_status_id"
value="{{request.values.energisation_status_id}}">
<input type="hidden" name="pc_id" value="{{request.values.pc_id}}">
<input type="hidden" name="dno_id" value="{{request.values.dno_id}}">
<input type="hidden" name="gsp_group_id" value="{{request.values.gsp_group_id}}">
Expand Down

0 comments on commit e555ac9

Please sign in to comment.