|
@@ -37,7 +37,7 @@ public class QuotationServiceImpl implements QuotationService {
|
|
|
private VendorService vendorService;
|
|
private VendorService vendorService;
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
- public Map<String, List<SaleQuotationItem>> convertQuotation(List<Quotation> quotations) throws Exception {
|
|
|
|
|
|
|
+ public Map<String, List<SaleQuotationItem>> convertQuotation(List<Quotation> quotations) {
|
|
|
Map<String, List<SaleQuotationItem>> mapSaleQuotationItem = new HashMap<String, List<SaleQuotationItem>>();
|
|
Map<String, List<SaleQuotationItem>> mapSaleQuotationItem = new HashMap<String, List<SaleQuotationItem>>();
|
|
|
List<SaleQuotationItem> saveItems = new ArrayList<SaleQuotationItem>();
|
|
List<SaleQuotationItem> saveItems = new ArrayList<SaleQuotationItem>();
|
|
|
List<SaleQuotationItem> resItems = new ArrayList<SaleQuotationItem>();
|
|
List<SaleQuotationItem> resItems = new ArrayList<SaleQuotationItem>();
|