}
1;
=head1 AUTHORS
Martin Renvoize <martin.renvoize@ptfs-europe.com>
=cut
openapi => { error => "Cashup not found" } );
return $c->render( status => 200, openapi => $cashup->to_api );
my $embed = $c->stash('koha.embed');
return $c->render(
status => 200,
openapi => $cashup->to_api( { embed => $embed } )
);
catch {
$c->unhandled_exception($_);
"type": "string",
"format": "date-time",
"description": "Timestamp for the latest line update"
},
"summary": {
"type": "object",
"description": "A summary of the cashup action"
"permissions": {
"cash_management": "cashup"
"x-koha-embed": [
"summary"
]
-