This commit is contained in:
@@ -298,9 +298,10 @@ export default {
|
||||
if (!languageName) {
|
||||
languageName = this.getBrowserLanguages();
|
||||
}
|
||||
return new Intl.NumberFormat(languageName, {
|
||||
minimumFractionDigits: 2
|
||||
}).format(value);
|
||||
// return new Intl.NumberFormat(languageName, {
|
||||
// minimumFractionDigits: 2
|
||||
// }).format(value);
|
||||
return new Intl.NumberFormat(languageName).format(value);
|
||||
},
|
||||
///////////////////////////////////////////
|
||||
// Turn a file / memory size number into a local
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<th class="text-left">
|
||||
{{ $ay.t("Part") }}
|
||||
</th>
|
||||
<th class="text-left">
|
||||
<th class="text-right">
|
||||
{{ $ay.t("WorkOrderItemPartQuantity") }}
|
||||
</th>
|
||||
<th></th>
|
||||
@@ -47,7 +47,7 @@
|
||||
<td class="text-left">
|
||||
{{ item.partViz }}
|
||||
</td>
|
||||
<th class="text-left">
|
||||
<th class="text-right">
|
||||
{{ $ay.dec(item.quantity) }}
|
||||
</th>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user