diff --git a/apply_patches.sh b/apply_patches.sh index 8e8aaeb..b509e43 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -109,7 +109,7 @@ pt_community () patch $OPTIONS < patches/20210420_auth-oauth-multi-token_error-in-login.patch DEST=$DESTDIR/community/account_invoice_force_number/ - OPTIONS="--directory=$DEST --strip=1" + OPTIONS="--directory=$DEST --strip=2" patch $OPTIONS < patches/20211216_account-invoice-force-number_post-instead-of-action.patch }