[SOLVED] Â IF AND IF Query |
8/18/2019 1:05:26 PM |
PHPRunner General questions | |
K
Kay author
I need help or hint for a double query. IF($data["general_status"] = "ready_to_pick"){
|
|
W
|
wpl 8/18/2019 |
Kay,
|
K
|
Kay author 8/18/2019 |
Hello and thank you for your answer. |
W
|
wpl 8/18/2019 |
Kay, |
![]() |
Sergey Kornilov admin 8/18/2019 |
Here is the simplified version of this code. if($data["general_status"] == "ready_to_pick" && if($data["item_counter"] == "abgezogen") {
|
K
|
Kay author 8/19/2019 |
Okay Guys,i have found a bit in this forum and i tried until it worked out. IF($values["general_status"] == "ready_to_pick")
|