limj
2023-09-21 1b82302cdb47f4e7d606233c52345d9b07c0de9b
_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Response_pnlActions_btnOk_OnClick.def
@@ -9,8 +9,8 @@
    feedback := Translations::FilllingCapacity_ValidateInput();
    
    checkValue := not dropDownStringListProductID.Text() = '' and not dropDownStringListSalesSegmentName.Text() = ''
                  and not dropDownStringListStockPointID.Text() = '' and dropDownStringListCustomer.Text() = ''
                  and not edtQuantity.Text() = '' and dropDownStringListUnitOfMeasureName.Text() = ''
                  and not dropDownStringListStockPointID.Text() = '' and not dropDownStringListCustomer.Text() = ''
                  and not edtQuantity.Text() = '' and not dropDownStringListUnitOfMeasureName.Text() = ''
                  and not edtSalesAmount.Text() = ''
    
    return checkValue;