mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Fix bug forget to save prise value.
This commit is contained in:
parent
4b80c35e89
commit
2e6a52283e
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ class DBHelper extends SQLiteOpenHelper {
|
|||
values.put(KEY_ADMIN, medicament.getMode_administration());
|
||||
values.put(KEY_PRES, medicament.getPresentation());
|
||||
values.put(KEY_STOCK, medicament.getStock());
|
||||
values.put(KEY_PRISE, medicament.getPrise());
|
||||
|
||||
Log.d(TAG, "values are " +values.toString());
|
||||
// Update row
|
||||
|
|
Loading…
Reference in a new issue