Cannot set Salary Unit to MONTH
-
Hi, thanks very useful plugin.
I cannot set Salary Unit to MONTH.
I set MONTH and save, change the value to YEAR.edit source file below, I resolved.
file: admin\partials\civic-job-posting-optional-fields.php
Line:147before:
<option value=”YEAR” <?php selected( $salary_unit, ‘MONTH’ ); ?>><?php _e( ‘YEAR’, ‘civic-job-posting’ ); ?></option>after:
<option value=”YEAR” <?php selected( $salary_unit, ‘YEAR’ ); ?>><?php _e( ‘YEAR’, ‘civic-job-posting’ ); ?></option>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot set Salary Unit to MONTH’ is closed to new replies.