Supply supply = new Supply();
tender = supply;
BigDecimal workingHours = tenderData.getWorkingHours();
supply.setHours(workingHours);
PriceType priceType = tenderData.getPriceType();
supply.setPriceType(priceType);
ZECurrency currencyCode = moneyManager.getDefaultCurrency();
supply.setCurrency(currencyCode);
BigDecimal totalPrice = tenderData.getTotalPrice();
supply.setTotalPrice(totalPrice);