Skip to content

Commit

Permalink
Merge pull request #382 from abhishek-webkul/gli-805
Browse files Browse the repository at this point in the history
Resolve undefined index issue on Order Restrict update form
  • Loading branch information
rohit053 authored Jun 27, 2022
2 parents 7b97409 + 49e19ea commit c156deb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</div>
<form id="{$table|escape:'htmlall':'UTF-8'}_form" class="defaultForm form-horizontal" action="{$current|escape:'htmlall':'UTF-8'}&{if !empty($submit_action)}{$submit_action|escape:'htmlall':'UTF-8'}{/if}&token={$token|escape:'htmlall':'UTF-8'}" method="post" enctype="multipart/form-data" {if isset($style)}style="{$style|escape:'htmlall':'UTF-8'}"{/if}>
{if isset($edit)}
<input type="hidden" value="{$id_hotel}" name="id_hotel" />
<div class="form-group">
<label class="control-label col-sm-3 required">{l s='Hotel Name :' mod='hotelreservationsystem'}</label>
<div class="col-sm-6">
Expand Down

0 comments on commit c156deb

Please sign in to comment.