From 56bb03ce7d5f150f1875c421a0e493e17b7e5744 Mon Sep 17 00:00:00 2001 From: Trowbridge Date: Mon, 13 Jan 2020 17:24:24 -0500 Subject: [PATCH] default action is 1 --- FL.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL.bas b/FL.bas index ff3447d..932b2e4 100644 --- a/FL.bas +++ b/FL.bas @@ -958,7 +958,7 @@ PRICELIST_SHOW: pl_d1 = pricelist.tbD1.Text pl_d2 = pricelist.tbD2.Text pl_d3 = pricelist.tbD3.Text - pl_action = "2" + pl_action = "1" If Len(pricelist.tbCODE) > 5 Then MsgBox ("price code must be 5 or less characters")