File tree 2 files changed +3
-1
lines changed
java/ru/mystamps/web/dao/dto
webapp/WEB-INF/views/series
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
package ru .mystamps .web .dao .dto ;
19
19
20
20
public enum Currency {
21
- EUR , USD , GBP , RUB
21
+ EUR , USD , GBP , RUB , CZK
22
22
}
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
453
453
< option value ="EUR "> EUR</ option >
454
454
< option value ="GBP "> GBP</ option >
455
455
< option value ="RUB " selected ="selected "> RUB</ option >
456
+ < option value ="CZK "> CZK</ option >
456
457
</ select >
457
458
</ div >
458
459
</ div >
@@ -480,6 +481,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
480
481
< option value ="EUR "> EUR</ option >
481
482
< option value ="GBP "> GBP</ option >
482
483
< option value ="RUB "> RUB</ option >
484
+ < option value ="CZK "> CZK</ option >
483
485
</ select >
484
486
</ div >
485
487
</ div >
You can’t perform that action at this time.
0 commit comments