* Fix bug #30878.
This commit is contained in:
@@ -293,4 +293,6 @@ function addNewLine(obj)
|
||||
function removeLine(obj)
|
||||
{
|
||||
$(obj).closest('tr').remove();
|
||||
disableSelectedProduct();
|
||||
if($("select[name^='products']").length < 2) $('.division').addClass('hide');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user