From 8bad5fd4734e1f871f21aa0d68709980a8f44bd4 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Fri, 17 Oct 2014 15:39:29 +0200 Subject: [PATCH] public invoice's view url updated Closes #5748 --- synchro_orleans/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro_orleans/settings.py b/synchro_orleans/settings.py index fdc7c0a..6c75d91 100644 --- a/synchro_orleans/settings.py +++ b/synchro_orleans/settings.py @@ -169,7 +169,7 @@ IDP_URL = os.environ.get('IDP_URL', '') PORTAIL_CITOYEN_URL = os.environ.get('PORTAIL_CITOYEN_URL', '') EMAILING_APIKEY = os.environ.get('EMAILING_APIKEY', '12345') -INVOICE_VIEW_URL_BASE = PORTAIL_CITOYEN_URL + '/facture/simple/tipi' +INVOICE_VIEW_URL_BASE = PORTAIL_CITOYEN_URL + '/simple/tipi' INVOICE_HASHING_SECRET = os.environ.get('INVOICE_HASHING_SECRET', '12345')