Skip to content

Commit

Permalink
5.0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullarity committed Jun 6, 2023
1 parent 044af0a commit dd071be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion n5/src/DataProcessors/UpdateInfobase/UpdateInfobase.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<usePurposes>MobileDevice</usePurposes>
</forms>
<templates uuid="3df3d5cc-cb2a-4d51-9b22-231215e313c3">
<name>Reports_5_0_30_1</name>
<name>Reports_5_0_34_1</name>
<templateType>BinaryData</templateType>
</templates>
</mdclass:DataProcessor>
2 changes: 1 addition & 1 deletion n5/src/Documents/SendingPayslips/Forms/Form/Module.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Function lastPayment ()
q = new Query ( s );
q.SetParameter ( "Company", Object.Company );
table = q.Execute ().Unload ();
return ? ( table.Count () = 0, undefined, table [ 0 ].Date );
return ? ( table.Count () = 0, CurrentSessionDate (), table [ 0 ].Date );

EndFunction

Expand Down
2 changes: 1 addition & 1 deletion tests/Tools/PrepareRR.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Warning! For new reports don't forget to check Memo field in the
// target report. Memo field is responsible for report ID
p = Call ( "Tools.BuildRRPackage.Params" );
p.Release = "5_0_30_1";
p.Release = "5_0_34_1";
p.Path = "/home/dmitry/Desktop";
list = p.Update;
list.Add ( "InitialDatabase.RegulatoryReports.Month.TVA12" );
Expand Down

0 comments on commit dd071be

Please sign in to comment.