Fixed rounding bug on invoice total calculation BOD-120. Added documents viewing to edit invoice BOD-75 BOD-63.
This commit is contained in:
@@ -826,7 +826,7 @@
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"app": "Bodyshop by ImEX Systems",
|
||||
"app": "ImEX Online",
|
||||
"bc": {
|
||||
"availablejobs": "Available Jobs",
|
||||
"contracts": "Contracts",
|
||||
|
||||
@@ -826,7 +826,7 @@
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"app": "Carrocería de ImEX Systems",
|
||||
"app": "ImEX Online",
|
||||
"bc": {
|
||||
"availablejobs": "",
|
||||
"contracts": "",
|
||||
|
||||
@@ -826,7 +826,7 @@
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"app": "Carrosserie par ImEX Systems",
|
||||
"app": "ImEX Online",
|
||||
"bc": {
|
||||
"availablejobs": "",
|
||||
"contracts": "",
|
||||
|
||||
@@ -20,7 +20,7 @@ i18n
|
||||
//lng: "en",
|
||||
detection: {},
|
||||
fallbackLng: "en-US",
|
||||
debug: true,
|
||||
debug: process.env.NODE_ENV === "production" ? false : true,
|
||||
|
||||
//keySeparator: false, // we do not use keys in form messages.welcome
|
||||
|
||||
|
||||
Reference in New Issue
Block a user