@@ -78,7 +78,7 @@ Ext.define('saas.view.money.othreceipts.FormPanel', {
// },
mainFieldConfig: {
readOnly: true,
- defaultReadOnly: false,
+ defaultReadOnly: true,
},
supFieldConfig: {
xtype: 'numberfield',
@@ -83,6 +83,12 @@ Ext.define('saas.view.money.othreceipts.FormPanelController', {
}, {
from: 'cu_name',
to: 'or_custname'
+ }, {
+ from: 'cu_currency',
+ to: 'or_currency'
+ from: 'cr_rate',
+ to: 'or_rate'
}],
});
@@ -72,7 +72,7 @@ Ext.define('saas.view.money.othspendings.FormPanel', {
@@ -74,6 +74,12 @@ Ext.define('saas.view.money.othspendings.FormPanelController', {
from: 've_name',
to: 'os_vendname'
+ from: 've_currency',
+ to: 'os_currency'
+ to: 'os_rate'