landing y Documents
This commit is contained in:
@@ -363,6 +363,9 @@ export default function Documents() {
|
||||
<option value="4">Pedimento Acuse</option>
|
||||
<option value="5">Pedimento EDocument</option>
|
||||
<option value="6">Estado Pedimento</option>
|
||||
<option value="7">Acuse Cove</option>
|
||||
<option value="8">Cove</option>
|
||||
|
||||
</select>
|
||||
</div>
|
||||
{/* Fecha de creación */}
|
||||
@@ -475,6 +478,8 @@ export default function Documents() {
|
||||
case '4': return 'Pedimento Acuse';
|
||||
case '5': return 'Pedimento EDocument';
|
||||
case '6': return 'Estado Pedimento';
|
||||
case '7': return 'Acuse Cove';
|
||||
case '8': return 'Cove';
|
||||
default: return doc.document_type || '';
|
||||
}
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user