function fillpdf_update_7102 in FillPDF 7
Let all roles use completed order data to fill PDFs by default.
This is assuming they otherwise are allowed.
File
- ./
fillpdf.install, line 286 - Install.
Code
function fillpdf_update_7102() {
_fillpdf_add_publish_completed_orders_permission();
}