Skip to content

Commit f3b4ad5

Browse files
committed
refactor(series/info.html): update prototype to set alternative price and currency.
Should be in 431dd2e commit. Relate to #1230
1 parent 77fac56 commit f3b4ad5

File tree

1 file changed

+3
-1
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+3
-1
lines changed

src/main/webapp/WEB-INF/views/series/info.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,9 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
812812
data: {
813813
'sellerId': 3,
814814
'price': 3.5,
815-
'currency' : 'USD'
815+
'currency' : 'USD',
816+
'altPrice': 100,
817+
'altCurrency' : 'CZK'
816818
}
817819
}
818820
}

0 commit comments

Comments
 (0)