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