default action is 1
This commit is contained in:
parent
aa88dbc9e7
commit
56bb03ce7d
2
FL.bas
2
FL.bas
@ -958,7 +958,7 @@ PRICELIST_SHOW:
|
|||||||
pl_d1 = pricelist.tbD1.Text
|
pl_d1 = pricelist.tbD1.Text
|
||||||
pl_d2 = pricelist.tbD2.Text
|
pl_d2 = pricelist.tbD2.Text
|
||||||
pl_d3 = pricelist.tbD3.Text
|
pl_d3 = pricelist.tbD3.Text
|
||||||
pl_action = "2"
|
pl_action = "1"
|
||||||
|
|
||||||
If Len(pricelist.tbCODE) > 5 Then
|
If Len(pricelist.tbCODE) > 5 Then
|
||||||
MsgBox ("price code must be 5 or less characters")
|
MsgBox ("price code must be 5 or less characters")
|
||||||
|
Loading…
Reference in New Issue
Block a user