Money & duty free for Nepal
Exchange rates:
Nepalese RupeeC$1 = Rs81.22
€1 = Rs113.51
£1 = Rs134.9
US$1 = Rs108.95
status == 1){
print node_view($node, FALSE, TRUE);
}
$destination_nid = get_destination_node_id();
$nid = get_subnode_nid($destination_nid, 'region_dutyfree');
$node = node_load($nid);
if($node->status == 1){
print node_view($node, FALSE, TRUE);
}
?>