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

Merge pull request #41 from eeintech/qr_data_fix

Fixed JSON QR code context variable name
This commit is contained in:
Oliver 2020-11-27 08:55:02 +11:00 committed by GitHub
commit 5c6edc5c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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*