We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cafad2 commit c2b8367Copy full SHA for c2b8367
libpretixsync/src/main/java/eu/pretix/libpretixsync/db/AbstractItem.java
@@ -312,6 +312,7 @@ public List<ItemVariation> getVariations() throws JSONException {
312
v.setDescription(variation.optJSONObject("description"));
313
v.setPosition(variation.getLong("position"));
314
v.setPrice(new BigDecimal(variation.getString("price")));
315
+ v.setListed_price(new BigDecimal(variation.getString("price")));
316
v.setServer_id(variation.getLong("id"));
317
v.setValue(variation.getJSONObject("value"));
318
v.setAvailable_from(variation.optString("available_from"));
0 commit comments