store correct expire date

This commit is contained in:
Ricsi
2019-10-12 14:20:09 +02:00
parent 4996283631
commit a51d912b68
5 changed files with 37 additions and 18 deletions

View File

@@ -22,11 +22,11 @@
<legend for="l_expire_type">Lejárati dátum: </legend>
<div>
<input id="r_01" type="radio" name="l_expire_type" value="1" {if $lease->get_l_expire_type() == 1}checked{/if}>
<label class="choice" for="r_01">Aktuális hónap vége</label>
<label class="choice" for="r_01">Befizetés hónapjának vége</label>
</div>
<div>
<input id="r_02" type="radio" name="l_expire_type" value="2" {if $lease->get_l_expire_type() == 2}checked{/if}>
<label class="choice" for="r_02">Következő tárgyhónap</label>
<label class="choice" for="r_02">Befizetés után következő tárgyhónap</label>
</div>
<div>
<input id="r_03" type="radio" name="l_expire_type" value="3" {if $lease->get_l_expire_type() == 3}checked{/if}>