2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-04 06:00:38 +00:00

Remove reference to lead_time field (#12133) (#12134)

Ref: https://github.com/inventree/InvenTree/discussions/8371#discussioncomment-17225032
(cherry picked from commit ca6f73e919)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2026-06-09 19:10:57 +10:00
committed by GitHub
parent b6fc2991c3
commit 391d1d091b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -342,7 +342,6 @@ Each part object has access to a lot of context variables about the part. The fo
| note | Longer form note field | | note | Longer form note field |
| base_cost | Base charge added to order independent of quantity e.g. "Reeling Fee" | | base_cost | Base charge added to order independent of quantity e.g. "Reeling Fee" |
| multiple | Multiple that the part is provided in | | multiple | Multiple that the part is provided in |
| lead_time | Supplier lead time |
| packaging | packaging that the part is supplied in, e.g. "Reel" | | packaging | packaging that the part is supplied in, e.g. "Reel" |
| pretty_name | The IPN, supplier name, supplier SKU and (if not null) manufacturer string joined by `|`. Ex. `P00037 | Company | 000021` | | pretty_name | The IPN, supplier name, supplier SKU and (if not null) manufacturer string joined by `|`. Ex. `P00037 | Company | 000021` |
| unit_pricing | The price for one unit. | | unit_pricing | The price for one unit. |
-1
View File
@@ -621,7 +621,6 @@ class SupplierPart(
note: Longer form note field note: Longer form note field
base_cost: Base charge added to order independent of quantity e.g. "Reeling Fee" base_cost: Base charge added to order independent of quantity e.g. "Reeling Fee"
multiple: Multiple that the part is provided in multiple: Multiple that the part is provided in
lead_time: Supplier lead time
packaging: packaging that the part is supplied in, e.g. "Reel" packaging: packaging that the part is supplied in, e.g. "Reel"
pack_quantity: Quantity of item supplied in a single pack (e.g. 30ml in a single tube) pack_quantity: Quantity of item supplied in a single pack (e.g. 30ml in a single tube)
pack_quantity_native: Pack quantity, converted to "native" units of the referenced part pack_quantity_native: Pack quantity, converted to "native" units of the referenced part