[UPDT] BASE : Company leave label updation in the creation and updation form
This commit is contained in:
@@ -54,3 +54,10 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
var week_select = $('#id_based_on_week');
|
||||
|
||||
week_select.find('option').filter(function() {
|
||||
return $(this).text() === '---------';
|
||||
}).text('All');
|
||||
</script>
|
||||
|
||||
@@ -56,3 +56,10 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
var week_select = $('#id_based_on_week');
|
||||
|
||||
week_select.find('option').filter(function() {
|
||||
return $(this).text() === '---------';
|
||||
}).text('All');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user