From 112e46fc6fdea8831c5a0375c132d78f094a9f2f Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Wed, 29 Jun 2022 16:47:59 -0500 Subject: [PATCH] fix #53 --- cat-functions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cat-functions b/cat-functions index ffbeda5..0e9d006 100644 --- a/cat-functions +++ b/cat-functions @@ -246,7 +246,7 @@ POSITION(){ POST=$(yad --form --width=420 --text-align=center --center --title="Position" --text-align=center \ --image $LOGO --window-icon=$LOGO --image-on-top --separator="|" --item-separator="|" \ --text="Position Reports by KM4ACK" \ ---field="Choose":CB "Post Position|Single Station Request|All Nearby Stations" \ +--field="Choose":CB "Post Position|Single Station Request|All Nearby Stations|100 Mobile Stations" \ --field="Enter Call Below ONLY for Single Station Requests":LBL \ --field="Call Sign-SSID" \ --field="Comment for Post Position" \ @@ -283,6 +283,11 @@ elif [ "$REPORT" = "All Nearby Stations" ]; then SUBJECT="REQUEST" BODY="WL2K_NEARBY" COMPOSE +elif [ "$REPORT" = "100 Mobile Stations" ]; then + TO="INQUIRY" + SUBJECT="REQUEST" + BODY="WL2K_MOBILES" + COMPOSE fi