invoice matching pattern updated

This commit is contained in:
Serghei Mihai 2014-03-21 16:08:03 +01:00
parent b9f0fb6404
commit fd4c16bf9c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ LOGGING = {
}
INVOICES_LOCATION_PATTERN = os.path.join(os.environ.get('INVOICES_DIR', os.path.dirname(__file__)),
'facture-{invoice_id}.pdf')
'facture_{invoice_id}.pdf')
try:
from local_settings import *