Skip to content

Commit

Permalink
pkp/pkp-lib#8340 Add pricing to purchase form (healthSciences port)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher authored and Vitaliy-1 committed Oct 19, 2022
1 parent 7e8f40f commit 1f3205d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</label>
<select name="typeId" id="typeId" class="form-control" required>
{foreach name=types from=$subscriptionTypes item=subscriptionType}
<option value="{$subscriptionType->getId()}"{if $typeId == $subscriptionType->getId()} selected{/if}>{$subscriptionType->getLocalizedName()|escape}</option>
<option value="{$subscriptionType->getId()}"{if $typeId == $subscriptionType->getId()} selected{/if}>{$subscriptionType->getSummaryString()|escape}</option>
{/foreach}
</select>
</div>
Expand Down

0 comments on commit 1f3205d

Please sign in to comment.