@credithub/harlan-components 1.30.2 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,9 +56,9 @@ export var ProtestoItem = memo(function (_a) {
56
56
  React.createElement(AddItemField, { name: "Atrav\u00E9s De", value: getField('./nomeApresentante') }),
57
57
  React.createElement(AddItemField, { name: "CPF/CNPJ Protestado", value: formatDocument(getField('./cpfCnpj')) }),
58
58
  React.createElement(AddItemField, { name: "Data Do Protesto", value: getField('./dataProtesto') }),
59
- React.createElement(AddItemField, { name: "Possui Anu\u00EAncia", value: formatBooleanField(getField('./temAnuencia')) }),
60
- React.createElement(AddItemField, { name: "Anu\u00EAncia Vencida", value: formatBooleanField(getField('./anuenciaVencida')) }),
59
+ React.createElement(AddItemField, { name: "Possui Anu\u00EAncia / Protesto Pago", value: formatBooleanField(getField('./temAnuencia')) }),
61
60
  React.createElement(AddItemField, { name: "Valor Do Protesto", value: formatMoney(getField('./valor')) }),
61
+ getField('./vl_custas') && (React.createElement(AddItemField, { name: "Custas de Cart\u00F3rio para Baixa", value: formatMoney(getField('./vl_custas')) })),
62
62
  React.createElement(Instrumento, { nm_chave: getField('./nm_chave') })));
63
63
  });
64
64
  export var Instrumento = function (_a) {