'txtAfterFreightloc','value' => set_value('txtAfterFreightloc'),'id'=>'txtAfterFreightloc', 'class' => 'form-control num' ,'readonly' => 'true');
@@ -2299,7 +2299,7 @@ $("#PaymentMethod").select2();
-
+
'txtAfterFreightlocedit','value' => set_value('txtAfterFreightlocedit'),'id'=>'txtAfterFreightlocedit', 'class' => 'form-control num' ,'readonly' => 'true');
@@ -3029,7 +3029,7 @@ $("#PaymentMethod").select2();
-
+
'txtAfterFreightlocview','value' => set_value('txtAfterFreightlocview'),'id'=>'txtAfterFreightlocview', 'class' => 'form-control num' ,'readonly' => 'true');
@@ -5960,7 +5960,7 @@ function DeleteRow(rowid)
//$('#EditRateIn').html('Rate(in' + " "+DisplayCurrencySymbol + '/'+ViewUOM+')');
$('#ViewRateIn').html('Rate(in' + " "+ViewCurrencySymbol + '/' +ViewUOM +')');
- $('#ViewTotalAmount').html('Basic Value in' + " "+ViewCurrencySymbol);
+ $('#ViewTotalAmount').html('Basic Value ('+ViewCurrencySymbol+')');
$("#ViewMaterialCode").val($('#materialCode'+userid).val());
@@ -7152,8 +7152,8 @@ var DisplayUOM=$('#uom').val();
$('#CurrencySymbol').html('Exchange Rate In' + " "+obj.FontCode2000);
$('#RateIn').html('Rate(in' + " "+obj.FontCode2000 + '/'+DisplayUOM+')');
$('#EditRateIn').html('Rate(in' + " "+obj.FontCode2000 + '/'+DisplayUOM+')');
-$('#TotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
-$('#EditTotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
+$('#TotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
+$('#EditTotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
$('#lbl_international').html('Total Order Value (' + ""+DisplayCurrencySymbol+')');
//$('#ViewTotalAmount').html('Basic Value in' + " "+ViewCurrencySymbol);
// $('#ViewRateIn').html('Rate(in' + " "+ViewCurrencySymbol + '/'+DisplayUOM+')');
@@ -7174,8 +7174,8 @@ DisplayCurrencySymbol=obj.FontCode2000;
$('#CurrencySymbol').html('Exchange Rate In' + " "+obj.FontCode2000);
$('#RateIn').html('Rate(in' + " "+obj.FontCode2000 + '/Ton)');
$('#EditRateIn').html('Rate(in' + " "+obj.FontCode2000 + '/Ton)');
-$('#TotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
-$('#EditTotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
+$('#TotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
+$('#EditTotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
$('#lbl_international').html('Total Order Value (' + ""+obj.FontCode2000+')');