Commit a8b5c597 by Tatang S

tambah button hapus objek pajak

1 parent 14a9309d
......@@ -82,3 +82,6 @@ btn_password = Button('password', title=_('Change Password'),
btn_lost = Button('lost', title=_('Lost Password'), css_class="btn-danger")
btn_yes = Button('yes', title=_('Yes'), css_class="btn-success")
btn_no = Button('no', title=_('No'), css_class="btn-danger")
btn_delete_objek = Button('jns_transaksi_op', title=_('Hapus Objek'), css_class="btn-danger", value='13')
btn_delete_bersama = Button('jns_transaksi_op', title=_('Hapus Objek Bersama'), css_class="btn-danger", value='14')
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!