Subversion Repositories SmartDukaan

Rev

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

Rev 21987 Rev 22037
Line 46... Line 46...
46
import com.spice.profitmandi.web.response.ValidateCart;
46
import com.spice.profitmandi.web.response.ValidateCart;
47
import com.spice.profitmandi.web.util.CookiesFetcher;
47
import com.spice.profitmandi.web.util.CookiesFetcher;
48
import com.spice.profitmandi.web.util.MVCResponseSender;
48
import com.spice.profitmandi.web.util.MVCResponseSender;
49
 
49
 
50
@Controller
50
@Controller
51
@Transactional
51
@Transactional(rollbackFor=Throwable.class)
52
public class InventoryController {
52
public class InventoryController {
53
 
53
 
54
	private static final Logger LOGGER = LoggerFactory.getLogger(InventoryController.class);
54
	private static final Logger LOGGER = LoggerFactory.getLogger(InventoryController.class);
55
 
55
 
56
	@Autowired
56
	@Autowired