Skip to content

Commit

Permalink
Percobaan Edit Data
Browse files Browse the repository at this point in the history
Oleh anwar-va (Tester)
  • Loading branch information
anwar-va committed Nov 20, 2014
1 parent 46b4e28 commit 5aeb369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/pasaribu/store/ProductDetail.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_product_detail);

//Edited by anwar-va (Tester)
int id_barang = getIntent().getExtras().getInt(Barang.ID_BARANG);

title_add_data_barang = (TextView) findViewById(R.id.title_add_data_barang);

title_add_data_barang.setText("ID Barang Aktif : " + id_barang);

}
Expand Down

0 comments on commit 5aeb369

Please sign in to comment.