update: change province, ward,subdistrict, city to tl administration
This commit is contained in:
@ -241,10 +241,14 @@ const doc = {
|
||||
$address: "Hospital Address",
|
||||
$phone: "Hospital Phone",
|
||||
$logo: "Hospital Logo",
|
||||
$province: "province code",
|
||||
$city: "city code",
|
||||
$subdistrict: "subdistrict code",
|
||||
$ward: "ward code",
|
||||
// $province: "province code",
|
||||
// $city: "city code",
|
||||
// $subdistrict: "subdistrict code",
|
||||
// $ward: "ward code",
|
||||
$munisipo: "Munisipo ID",
|
||||
$administrativu: "Administrativu ID",
|
||||
$aldeia: "Aldeia ID",
|
||||
$suco: "Suco ID",
|
||||
},
|
||||
files: {
|
||||
$file_name: "File Name",
|
||||
@ -333,16 +337,16 @@ const doc = {
|
||||
$logo: "Logo (string, max 256)",
|
||||
$name: "Name (string, max 256)",
|
||||
$address: "Address (string, max 500)",
|
||||
// $munisipiu: "Munisipiu ID (UUID)",
|
||||
// $postu_admin: "Postu Admin ID (UUID)",
|
||||
// $suco: "Suco ID (UUID)",
|
||||
// $aldeia: "Aldeia ID (UUID)",
|
||||
$munisipiu: "Munisipiu ID (UUID)",
|
||||
$postu_admin: "Postu Admin ID (UUID)",
|
||||
$suco: "Suco ID (UUID)",
|
||||
$aldeia: "Aldeia ID (UUID)",
|
||||
$phone: "Phone (string, max 30, optional)",
|
||||
$default_room_id: "Default Room ID (UUID)",
|
||||
$province: "Province Code",
|
||||
$city: "City Code",
|
||||
$subdistrict: "Subdistrict Code",
|
||||
$ward: "Ward Code",
|
||||
// $province: "Province Code",
|
||||
// $city: "City Code",
|
||||
// $subdistrict: "Subdistrict Code",
|
||||
// $ward: "Ward Code",
|
||||
},
|
||||
item_price: {
|
||||
$item_master_id: "Item Master ID (required, UUID)",
|
||||
|
||||
Reference in New Issue
Block a user