--- contribute_orig/contribute.module	2009-08-04 00:27:32.000000000 +0530
+++ contribute/contribute.module	2009-09-09 16:59:22.000000000 +0530
@@ -131,7 +131,7 @@
 			
 			break;
   	case 'insert':
-  		$budget = $node->field_budget[0]['value'];
+  		$budget = $node->budget;
   		contribute_node_insert($node->nid,$budget);
   		break;
   		
@@ -431,7 +431,6 @@
   }
 }
 
-
 /*
  * Implemenation of hook_block
  */
