mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-29 19:51:05 -05:00
- when the payments array was folded into sale_data there was an earlier payments[] reference in the foreach loop that didn't get folded in. - Update PHPdoc - Added ::class to remove polymorphic call warning - Removed unreachable 'break;' statement after return statement. - Added missing return type - fixed missing assignment of mailchimp_api_key
13 lines
524 B
PHP
13 lines
524 B
PHP
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="jumbotron push-spaces">
|
|
<strong><?= lang('Common.copyrights', [date('Y')]) ?> ·
|
|
<a href="https://opensourcepos.org" target="_blank"><?= lang('Common.website') ?></a> ·
|
|
<?= esc(config('App')->application_version) ?> - <a target="_blank" href="https://github.com/opensourcepos/opensourcepos/commit/<?= esc(config(OSPOS::class)->commit_sha1) ?>"><?= esc(substr(config(OSPOS::class)->commit_sha1, 0, 6)); ?></a></strong>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|