|
|
@@ -108,7 +108,7 @@ public class Tinvoiceapply_saler extends Controller {
|
|
|
String finvoicename = content.getString("finvoicename");//역튿데貫
|
|
|
String finvoiceaddress = content.getString("finvoiceaddress");//역튿데貫뒈囹
|
|
|
String finvoicetaxnumber = content.getString("finvoicetaxnumber");//역튿데貫江뵀
|
|
|
- String fnotes = content.getString("fnotes");//구鬧
|
|
|
+ String fnotes = nullToStr(content.getString("fnotes"));//구鬧
|
|
|
JSONArray orderdetailsArray = content.getJSONArray("orderdetails");
|
|
|
PaoSetRemote tinvoiceapplySet = null;
|
|
|
try {
|