Updated client var in tcs wks

This commit is contained in:
andrewc
2024-01-17 14:34:33 +10:00
parent 9f6584695d
commit ff8b1b7985
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
) )
(tbtext "In association with: Designworks" (name "") (pos 109 23) (comment "Comment 0") (tbtext "In association with: Designworks" (name "") (pos 109 23) (comment "Comment 0")
) )
(tbtext "Client: TCS JohnHuxley" (name "") (pos 109 26) (comment "Comment 1") (tbtext "Client: ${client}" (name "") (pos 109 26) (comment "Comment 1")
) )
(tbtext "${COMMENT3}" (name "") (pos 109 29) (comment "Comment 2") (tbtext "${COMMENT3}" (name "") (pos 109 29) (comment "Comment 2")
) )

View File

@@ -476,6 +476,7 @@
"text_variables": { "text_variables": {
"date": "", "date": "",
"rev": "", "rev": "",
"title": "" "title": "",
"client": "TCS JOHN HUXLEY"
} }
} }