|
@@ -186,6 +186,7 @@ public class twriteoffbill extends PaoCust {
|
|
|
if (!ficashbillSet.isEmpty()) {
|
|
if (!ficashbillSet.isEmpty()) {
|
|
|
double famount = ficashbillSet.getPao(0).getDouble("famount");
|
|
double famount = ficashbillSet.getPao(0).getDouble("famount");
|
|
|
double fwriteoffamount = ficashbillSet.getPao(0).getDouble("fwriteoffamount");
|
|
double fwriteoffamount = ficashbillSet.getPao(0).getDouble("fwriteoffamount");
|
|
|
|
|
+ setValue("funwriteoffamount", Math.add(famount, -fwriteoffamount), 11L);
|
|
|
setValue("fwriteoffamount", Math.add(famount, -fwriteoffamount), 11L);
|
|
setValue("fwriteoffamount", Math.add(famount, -fwriteoffamount), 11L);
|
|
|
}
|
|
}
|
|
|
} else if ("FAGENTNUM".equals(fieldname)) {
|
|
} else if ("FAGENTNUM".equals(fieldname)) {
|