From b9cf9116889844726873682a88f9593468805ee5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 20 Aug 2020 20:24:15 -0500 Subject: [PATCH] Expose `Product.corepos_id` for editing --- rattail_demo/web/views/products.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rattail_demo/web/views/products.py b/rattail_demo/web/views/products.py index f0bc18f..82a70b6 100644 --- a/rattail_demo/web/views/products.py +++ b/rattail_demo/web/views/products.py @@ -53,6 +53,7 @@ class ProductView(corepos_base.ProductView): 'status', 'discontinued', 'deleted', + 'corepos_id', ]