apply good order status label on customer account. Fix #319

This commit is contained in:
Manuel Raynaud
2014-04-21 22:17:20 +02:00
parent 4a8ddd3db5
commit 7b497fdcc2
4 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# Maximum number of lines in lists
# --------------------------------
max_displayed_orders = 20
max_displayed_customers = 20
# order status - seems ununsed ?
# ------------------------------
order_not_paid = 'warning'
order_paid = 'success'
order_processing = 'primary'
order_sent = 'info'
order_canceled = 'danger'