2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Fixed JSON QR code context variable name

This commit is contained in:
eeintech 2020-11-26 13:07:21 -05:00
parent c8b2d63c71
commit fd5e2952a5

View File

@ -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*