docs: fix glossary term mixup
This commit is contained in:
parent
2cafc1774e
commit
2c95d3ce28
|
@ -66,7 +66,7 @@ Glossary
|
||||||
The data model for this is
|
The data model for this is
|
||||||
:class:`~sideshow.db.model.customers.PendingCustomer`.
|
:class:`~sideshow.db.model.customers.PendingCustomer`.
|
||||||
|
|
||||||
See also :term:`external customer` and :term:`pending customer`.
|
See also :term:`local customer` and :term:`external customer`.
|
||||||
|
|
||||||
pending product
|
pending product
|
||||||
A "temporary" product record used when creating an :term:`order`
|
A "temporary" product record used when creating an :term:`order`
|
||||||
|
@ -75,4 +75,4 @@ Glossary
|
||||||
The data model for this is
|
The data model for this is
|
||||||
:class:`~sideshow.db.model.products.PendingProduct`.
|
:class:`~sideshow.db.model.products.PendingProduct`.
|
||||||
|
|
||||||
See also :term:`external product` and :term:`pending product`.
|
See also :term:`local product` and :term:`external product`.
|
||||||
|
|
Loading…
Reference in a new issue