added new pasport serials
This commit is contained in:
parent
5fe71aa130
commit
bd620c9045
|
|
@ -23,7 +23,20 @@ import Select from '../global/Select';
|
|||
// // clientType: z.string(),
|
||||
// });
|
||||
|
||||
const IDSerias = ['I-AS', 'I-AH', 'I-BN', 'I-LB', 'I-MR', 'I-DZ'];
|
||||
const IDSerias = [
|
||||
'I-AS',
|
||||
'I-AH',
|
||||
'I-BN',
|
||||
'I-LB',
|
||||
'I-MR',
|
||||
'I-DZ',
|
||||
'II-AS',
|
||||
'II-AH',
|
||||
'II-BN',
|
||||
'II-LB',
|
||||
'II-MR',
|
||||
'II-DZ',
|
||||
];
|
||||
|
||||
const GuaranterStage = ({
|
||||
setStage,
|
||||
|
|
|
|||
Loading…
Reference in New Issue