diff --git a/module/story/js/create.js b/module/story/js/create.js index 4a169a8e06..e16afa22a3 100644 --- a/module/story/js/create.js +++ b/module/story/js/create.js @@ -68,7 +68,7 @@ $(function() } $.get(createLink('product', 'ajaxGetProductById', "productID=" + $('#product').val()), function(data) - {console.log(data) + { $.cookie('branchSourceName', data.branchSourceName) $.cookie('branchName', data.branchName) }, 'json')