6 Commits

Autor SHA1 Mensaje Fecha
  Alex Cheung 4171a9fdcf Merge branch 'New_Enhancement' into CR013B2 hace 4 semanas
  Alex Cheung 065188ae99 update check type hace 4 semanas
  Jason Chuang 7e61c2adee update message hace 1 mes
  Jason Chuang 0b2c08c7a5 update message hace 1 mes
  Jason Chuang 9f0e080138 update message hace 1 mes
  Alex Cheung 9fc1ac49ed update org combo update hace 1 mes
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
Dividir vista
  1. +2
    -2
      src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js

+ 2
- 2
src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js Ver fichero

@@ -85,11 +85,11 @@ const UserInformationCard_Organization = ({ userData, loadDataFun, orgData }) =>
countryCode: values.fax_countryCode,
faxNumber: values.faxNumber
},
identification: values.identification,
// identification: values.identification,
emailBus: values.emailBus,
contactPerson: values.contactPerson,
orgId: values.orgId?.id,
preferLocale: values.preferLocale.type
preferLocale: values.preferLocale?.type
},
onSuccess: function () {
notifySaveSuccess()


Cargando…
Cancelar
Guardar