Skip to content

Commit

Permalink
fix(modifier): remove validation of natural ID
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Jun 7, 2024
1 parent ebc5dcf commit 57a5757
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Controllers/ModifierController.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ private static function makeValidation(): Validation {
"kind",
LIQUID_ASSET_ACCOUNT_KIND
])."]",
"is_natural_no_zero",
"ensure_ownership[".implode(",", [
CashFlowActivityModel::class,
SEARCH_NORMALLY
Expand All @@ -194,7 +193,6 @@ private static function makeValidation(): Validation {
"kind",
LIQUID_ASSET_ACCOUNT_KIND
])."]",
"is_natural_no_zero",
"ensure_ownership[".implode(",", [
CashFlowActivityModel::class,
SEARCH_NORMALLY
Expand Down

0 comments on commit 57a5757

Please sign in to comment.