* Fix bug #15975.
This commit is contained in:
@@ -369,7 +369,7 @@ $(function()
|
||||
$(target).removeClass('hidden');
|
||||
|
||||
/* Replace program name. */
|
||||
if($("[id^='productLines\[" + currentLine +"\]'").prop('checked')) $('#programName').val($(this).text());
|
||||
if(!$('#programName').val() && $("[id^='productLines\[" + currentLine +"\]'").prop('checked')) $('#programName').val($(this).text());
|
||||
|
||||
/* Replace project name. */
|
||||
var productID = $(target).find('.lineGroup .productList input[name*="product"]').val();
|
||||
|
||||
Reference in New Issue
Block a user