Skip to main content
Sign in
Snippets Groups Projects
Commit fce24581 authored by David Smadja's avatar David Smadja
Browse files

Display zero salary Fix #315

parent bbbb59d3
Branches
Tags
No related merge requests found
Checking pipeline status
...@@ -1063,7 +1063,7 @@ ...@@ -1063,7 +1063,7 @@
class:text-xs={mode === "select"}>Smic</span class:text-xs={mode === "select"}>Smic</span
> >
</span> </span>
{:else if salaire_de_base !== 0} {:else if salaire_de_base !== undefined}
<span> <span>
{euroAmountFormatter( {euroAmountFormatter(
getVariableNumberValue( getVariableNumberValue(
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment