Skip to content

Commit

Permalink
Merge c29ba03 into 1d3e110
Browse files Browse the repository at this point in the history
  • Loading branch information
aroquemaurel committed May 10, 2015
2 parents 1d3e110 + c29ba03 commit 6695955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/billing.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
\\\Mundus~\texttt{%
\websiteUser{}
}

}
}\newline~\newline
Numéro SIRET: {{siretNumber}}
{{/user}}
\end{minipage}\\[1em]
%
Expand Down
2 changes: 2 additions & 0 deletions src/models/user.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ QVariantHash User::getDataMap()
data["mobilePhone"] = getMobilePhone();
data["fax"] = getMobilePhone();
data["email"] = getEmail();
data["siretNumber"] = getNoSiret();

if(!getWebsite().isEmpty()) {
data["website"] = getWebsite();
}
Expand Down

0 comments on commit 6695955

Please sign in to comment.