Skip to content

Commit

Permalink
Commented GenerateCollectionSheet Module
Browse files Browse the repository at this point in the history
Not going with Collection Sheet Generation based on Drill Down. So commenting out the Menu Code
  • Loading branch information
Ishan Khanna committed Jul 22, 2014
1 parent 866cffd commit 860cfec
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ public boolean onOptionsItemSelected(MenuItem item) {
case R.id.mItem_list :
loadClientList();
break;
case R.id.item_collection_sheet :
startActivity(new Intent(DashboardFragmentActivity.this, GenerateCollectionSheet.class));
break;
//case R.id.item_collection_sheet :
//startActivity(new Intent(DashboardFragmentActivity.this, GenerateCollectionSheet.class));
// break;
case R.id.item_offline_centers:
startActivity(new Intent(this, OfflineCenterInputActivity.class));
;
break;
case R.id.logout:
startActivity(new Intent(DashboardFragmentActivity.this, LogoutActivity.class));
Expand Down

0 comments on commit 860cfec

Please sign in to comment.