Subversion Repositories SmartDukaan

Rev

Rev 23022 | Rev 23404 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23022 Rev 23300
Line 68... Line 68...
68
	
68
	
69
	@Value("${python.api.port}")
69
	@Value("${python.api.port}")
70
	private int port;
70
	private int port;
71
	
71
	
72
	//This is now unused as we are not supporting multiple companies.
72
	//This is now unused as we are not supporting multiple companies.
73
	@Value("${fofo.warehouseIds}")
73
	@Value("${gadgetCops.invoice.cc}")
74
	private int[] warehouseIds; 
74
	private String[] ccGadgetCopInvoiceTo; 
75
 
75
 
76
	@Autowired
76
	@Autowired
77
	private PricingService pricingService;
77
	private PricingService pricingService;
78
	
78
	
79
	@Autowired
79
	@Autowired