Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
7 changes: 5 additions & 2 deletions Sales Order Integration/PTE SalesOrder Integration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "891ae755-a9bc-4f53-b79b-ad9d2a07105b",
"name": "PTE SalesOrder Integration",
"publisher": "PrintVis A/S",
"version": "1.2.0.0",
"version": "1.3.0.0",
"brief": "",
"description": "The Sales Order integration between BC Sales Order/Invoice and PrintVis Orders",
"privacyStatement": "",
Expand Down Expand Up @@ -38,5 +38,8 @@
"target": "Cloud",
"features": [
"NoImplicitWith"
]
],
"preprocessorSymbols": [
"CLEAN27"
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if not CLEAN27
PageExtension 80101 "PTE SOI SOint Bookkeeper RC" extends "PVS Bookkeeper Role Center"
{
actions
Expand All @@ -12,4 +13,5 @@ PageExtension 80101 "PTE SOI SOint Bookkeeper RC" extends "PVS Bookkeeper Role C
}
}
}
}
}
#endif
Loading