OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 132 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 132 Rev 180
Line 158... Line 158...
158
                amount = amount.substring(0, wAmount);
158
                amount = amount.substring(0, wAmount);
159
            }
159
            }
160
            bufOut.write(StringUtils.getFixedWidthString(amount, wAmount, Side.RIGHT, false));
160
            bufOut.write(StringUtils.getFixedWidthString(amount, wAmount, Side.RIGHT, false));
161
            bufOut.write("\r\n");
161
            bufOut.write("\r\n");
162
        }
162
        }
-
 
163
        bufOut.flush();
163
    }
164
    }
164
}
165
}