FIX: When creating an invoice, extrafields with visibility = 4 are displayed

When creating an invoice, extrafields with visibility = 4 are displayed
This commit is contained in:
javieralapps4up 2021-12-14 17:15:18 +01:00 committed by GitHub
parent 93356d9dc4
commit aeb16d69d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3652,7 +3652,7 @@ if ($action == 'create') {
}
};
print $object->showOptionals($extrafields, 'edit', $parameters);
print $object->showOptionals($extrafields, 'create', $parameters);
}
// Template to use by default