Commit e42020d5 by Mac Stephens

merge conflict fix

parent ae040b08
......@@ -248,15 +248,14 @@ procedure TFViewOrders.WebButton1Click(Sender: TObject);
begin
if OrderID <> '' then
begin
if not pnlMessage.ElementHandle.hidden then
HideNotification;
ShowSetStatusForm;
end
else
ShowToast('Failure: Please select an order');
if OrderID <> '' then
ShowSetStatusForm()
else
ShowToast('Failure: Please select an order');
end;
end;
procedure TFViewOrders.WebFormCreate(Sender: TObject);
// Initializes important values:
// PageNumber: What page number the user is on IE 1: 1-10, 2: 11-20 etc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment