From 8748f51665d07ac9ad96c1f37722842504eaf7be Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 29 Nov 2013 01:43:32 +0100 Subject: [PATCH] [config/factures] Vente de relieures plastiques --- gestion/config/factures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/config/factures.py b/gestion/config/factures.py index afe7171b..81d7afb5 100644 --- a/gestion/config/factures.py +++ b/gestion/config/factures.py @@ -5,4 +5,5 @@ items = { 'CABLE' : {'designation': u'Cable Ethernet 5m', 'pu': 3}, 'ADAPTATEUR' : {'designation': u'Adaptateur Ethernet/USB', 'pu': 17}, + 'RELIURE': {'designation': u'Reliure plastique', 'pu': 0.12}, }