From ba4ff0b1c9a945942b7b7b6a79b916bb8d2d1e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 1 Jul 2008 11:33:11 +0000 Subject: [PATCH] - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22150 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/ProductionOrder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/ProductionOrder.py b/product/ERP5/PropertySheet/ProductionOrder.py index e94b0f8016..f350acc7fc 100644 --- a/product/ERP5/PropertySheet/ProductionOrder.py +++ b/product/ERP5/PropertySheet/ProductionOrder.py @@ -50,7 +50,7 @@ class ProductionOrder: 'description' : 'Specialise must be defined', 'type' : 'CategoryExistence', 'portal_type' : ('Supply Chain',), - 'destination': 1, + 'specialise': 1, 'message_category_not_set': 'Supply Chain must be defined', }, { 'id' : 'total_quantity', -- 2.30.9