Skip to content

Commit

Permalink
Fix input_grid_appender to set default value for grid_memo_field para…
Browse files Browse the repository at this point in the history
…meter
  • Loading branch information
renanllisboa committed Feb 5, 2025
1 parent 5c87389 commit 840fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tir/technologies/webapp_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6154,7 +6154,7 @@ def clear_grid(self):
self.grid_input = []
self.grid_check = []

def input_grid_appender(self, column, value, grid_number=0, new=False, row=None, check_value = True, duplicate_fields=[], position=0, ignore_case=True, grid_memo_field):
def input_grid_appender(self, column, value, grid_number=0, new=False, row=None, check_value = True, duplicate_fields=[], position=0, ignore_case=True, grid_memo_field=False):
"""
[Internal]
Expand Down

0 comments on commit 840fa85

Please sign in to comment.