Skip to content

Commit 80d0f90

Browse files
committed
Merge branch 'patch-2' of https://github.com/jenkuntz/SupportArticles-docs into 8601-document-has-posted
2 parents ab36791 + 6eafcad commit 80d0f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/dynamics/gp/this-document-has-been-posted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To resolve this problem, use an SQL query tool to discover why the document is d
5555
5. Run the following script against the company database:
5656

5757
```sql
58-
Select PSTGSTUS, BCHSOURC, VOIDSTTS,TRXSORCE, DEX_ROW_ID * from SOP10100 where SOPNUMBE = 'Enter your SOP Document number with issue'
58+
Select PSTGSTUS, BCHSOURC, VOIDSTTS,TRXSORCE, DEX_ROW_ID, * from SOP10100 where SOPNUMBE = 'Enter your SOP Document number with issue'
5959
```
6060

6161
6. > [!NOTE]

0 commit comments

Comments
 (0)