Skip to content

Commit

Permalink
バリューと表示値を揃える
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaseryoma committed Dec 24, 2024
1 parent 81e6e83 commit 0da9bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Baser/View/Helper/BcFormHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@ protected function _generateOptions($name, $options = [])
foreach($wyears as $value) {
list($w, $year) = explode('-', $value);
$year = sprintf('%02d', $year);
$value = $w . '-' . $year;
$data[$value] = $this->BcTime->nengo($w) . ' ' . $year;
}
}
Expand Down

0 comments on commit 0da9bf1

Please sign in to comment.