diff options
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index cbb2b0c..3ab55f3 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -539,7 +539,7 @@ insertSalutation() { workDatFile() {
global firstName
- Send order{Tab 4}`.dat file request{Tab}
+ Send order{Tab 3}`.dat file request{Tab}
insertSalutation()
Send, ,`n`nPlease can I get a .dat file generated for system ID: %clipboard%?`nThe order reference will be:{Space}`n`nRegards,`n%firstName%.{Up 3}{End}
Return
|