shareneus 1.5.32 → 1.5.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1655,6 +1655,7 @@ class SharedPDFService {
|
|
|
1655
1655
|
};
|
|
1656
1656
|
}
|
|
1657
1657
|
static GetNotes(RecordData) {
|
|
1658
|
+
console.log('RecordData.Notes shared', RecordData.Notes);
|
|
1658
1659
|
if (!tr_utils_1.TrUtils.IsNull(RecordData.Notes)) {
|
|
1659
1660
|
return {
|
|
1660
1661
|
stack: [
|
|
@@ -1662,12 +1663,12 @@ class SharedPDFService {
|
|
|
1662
1663
|
{
|
|
1663
1664
|
text: RecordData.Notes,
|
|
1664
1665
|
fontSize: 7,
|
|
1665
|
-
margin: [0,
|
|
1666
|
+
margin: [0, 2, 0, 5],
|
|
1666
1667
|
italics: true,
|
|
1667
1668
|
opacity: 0.7
|
|
1668
1669
|
}
|
|
1669
1670
|
],
|
|
1670
|
-
margin: [0,
|
|
1671
|
+
margin: [0, 5, 0, 0]
|
|
1671
1672
|
};
|
|
1672
1673
|
}
|
|
1673
1674
|
else {
|