* Fix bug of task#79663.
This commit is contained in:
@@ -88,7 +88,7 @@ $('#submit').click(function()
|
||||
{
|
||||
var parentPlan = $('#parent').val();
|
||||
var branches = $('#branch').val();
|
||||
if(parentPlan != 0 && branches)
|
||||
if(parentPlan > 0 && branches)
|
||||
{
|
||||
link = createLink('productplan', 'ajaxGetDiffBranchesTip', "produtID=" + productID + "&parentID=" + parentPlan + "&branches=" + branches.toString());
|
||||
$.post(link, function(diffBranchesTip)
|
||||
|
||||
Reference in New Issue
Block a user