|
|
@ -1671,7 +1671,7 @@ Ext.extend(Shipping.ChInvoiceapplicationAudit, Ext.Panel, {
|
|
|
|
|
|
|
|
|
|
|
|
GetCategoryName: function (oplbname) {
|
|
|
|
GetCategoryName: function (oplbname) {
|
|
|
|
if (strLANGUAGES != "en-us") return oplbname;
|
|
|
|
if (strLANGUAGES != "en-us") return oplbname;
|
|
|
|
var records = DsStoreQueryBy(_this.storeInvCategory, 'EnumValueName', oplbname);
|
|
|
|
var records = DsStoreQueryBy(this.storeInvCategory, 'EnumValueName', oplbname);
|
|
|
|
if (records.getCount() > 0) {
|
|
|
|
if (records.getCount() > 0) {
|
|
|
|
return records.getAt(0).data.EnumValueName_2;
|
|
|
|
return records.getAt(0).data.EnumValueName_2;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|