From fd5e2952a57a7e139258f99aa046ca5ed9222bbb Mon Sep 17 00:00:00 2001 From: eeintech Date: Thu, 26 Nov 2020 13:07:21 -0500 Subject: [PATCH] Fixed JSON QR code context variable name --- docs/report/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/report/labels.md b/docs/report/labels.md index 90fa71b..af74f79 100644 --- a/docs/report/labels.md +++ b/docs/report/labels.md @@ -54,5 +54,5 @@ In addition to the global label context data, the following variables are made a * quantity - *The `quantity` field of the StockItem object* * serial - *The `serial` field of the StockItem object* * uid - *The `uid` field of the StockItem object* -* qrcode - *JSON data representing the StockItem object, useful for rendering to a QR code* +* qr_data - *JSON data representing the StockItem object, useful for rendering to a QR code* * tests - *Dict object of TestResult data associated with the StockItem* \ No newline at end of file