a blog index
This commit is contained in:
parent
bc3e3099b6
commit
2666492a18
10 changed files with 47 additions and 45 deletions
|
|
@ -163,10 +163,10 @@
|
|||
Facture acquittée.
|
||||
}{ </text>
|
||||
|
||||
var bi = from.BankInfo;
|
||||
if (bi!=null) {
|
||||
if (from.BankInfo!=null) foreach (var bi in from.BankInfo){
|
||||
<text>À régler par chèque ou par virement bancaire :
|
||||
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{|c c c c|}
|
||||
@if (!string.IsNullOrWhiteSpace(bi.BankCode) && !string.IsNullOrWhiteSpace(bi.WicketCode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue