Skip to content

Commit

Permalink
Merge branch 'master' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vpithart committed Dec 12, 2024
2 parents b55c9ea + be4a144 commit 313bc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/presenters/UzivatelPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ protected function createComponentUzivatelForm() {
$form->addText('kauce_mobil', 'Kauce na mobilní tarify', 30);
$form->addText('ulice_cp', 'Adresa (ulice a čp)', 30)->setRequired('Zadejte ulici a čp');
$form->addText('mesto', 'Adresa (obec)', 30)->setRequired('Zadejte město');
/* ... */
$form->addText('psc', 'Adresa (psč)', 5)->setRequired('Zadejte psč')->addRule(Form::Integer, 'PSČ musí být číslo');
$form->addSelect('TypClenstvi_id', 'Členství', $typClenstvi)->addRule(Form::Filled, 'Vyberte typ členství');
$form->addTextArea('poznamka', 'Poznámka', 50, 12);
Expand Down

0 comments on commit 313bc69

Please sign in to comment.