mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
add overdue
This commit is contained in:
@ -209,11 +209,6 @@ export default {
|
||||
bgColor: '#C9E3EC',
|
||||
color: '#2c5282',
|
||||
}
|
||||
case 'OVERDUE':
|
||||
return {
|
||||
bgColor: '#FED7D7',
|
||||
color: '#c53030',
|
||||
}
|
||||
case 'COMPLETED':
|
||||
return {
|
||||
bgColor: '#D5EED0',
|
||||
@ -256,8 +251,6 @@ export default {
|
||||
return global.t('estimates.expired')
|
||||
case 'PARTIALLY PAID':
|
||||
return global.t('estimates.partially_paid')
|
||||
case 'OVERDUE':
|
||||
return global.t('invoices.overdue')
|
||||
case 'COMPLETED':
|
||||
return global.t('invoices.completed')
|
||||
case 'DUE':
|
||||
|
||||
Reference in New Issue
Block a user