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:
parent
93356d9dc4
commit
aeb16d69d1
@ -3652,7 +3652,7 @@ if ($action == 'create') {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
print $object->showOptionals($extrafields, 'edit', $parameters);
|
print $object->showOptionals($extrafields, 'create', $parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Template to use by default
|
// Template to use by default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user