conv_bal
watcha.h@almacom.co.th 2015-05-31 22:13:58 +07:00
parent 15b692fe96
commit 157454f03b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<head> <head>
<field name="type_id"/> <field name="type_id"/>
<button string="Options" dropdown="1"> <button string="Options" dropdown="1">
<item string="Share" action="clinic_share_location"/> <item string="Share To Another Location" action="clinic_share_location"/>
</button> </button>
</head> </head>
<field name="number"/> <field name="number"/>

View File

@ -1,4 +1,4 @@
<form model="clinic.share.location" title="Share Patient To Another Location"> <form model="clinic.share.location" title="Share To Another Location">
<group form_layout="stacked"> <group form_layout="stacked">
<field name="location" span="8"/> <field name="location" span="8"/>
<field name="loc_select" selection="get_location" onchange="onchange_location" span="4"/> <field name="loc_select" selection="get_location" onchange="onchange_location" span="4"/>