--- /home/poweruser/public_html/modules_changed/old/contribute/contribute.module	2009-08-04 00:27:32.000000000 +0530
+++ /home/poweruser/public_html/modules_changed/contribute/contribute.module	2009-08-27 15:00:23.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;
   		
