Skip to content

Commit 3111425

Browse files
MelvinBotdangrous
andcommitted
Add handwrittenReceipt to DEFAULT_PROHIBITED_EXPENSES
Address codex review feedback: without this entry, hasConfiguredRules() would not detect when handwrittenReceipt is the only modified prohibited expense, since it only compares against DEFAULT_PROHIBITED_EXPENSES keys. Co-authored-by: Daniel Gale-Rosen <dangrous@users.noreply.github.com>
1 parent 9efcceb commit 3111425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/CONST/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3833,6 +3833,7 @@ const CONST = {
38333833
gambling: true,
38343834
tobacco: false,
38353835
adultEntertainment: true,
3836+
handwrittenReceipt: false,
38363837
},
38373838
DEFAULT_BILLABLE: false,
38383839
DEFAULT_REIMBURSABLE: true,

0 commit comments

Comments
 (0)