Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-mbs committed Oct 29, 2021
1 parent d174bb9 commit da5e609
Show file tree
Hide file tree
Showing 19 changed files with 45,466 additions and 11,962 deletions.
2 changes: 1 addition & 1 deletion www/app/pages/register/prodproclist.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function proclistOnRow(\Zippy\Html\DataList\DataRow $row) {

$row->add(new Label('name', $p->procname));
$row->add(new Label('basedoc', $p->basedoc));
$row->add(new Label('snumber', [HttpGet]->snumber));
$row->add(new Label('snumber', $p->snumber));
$row->add(new Label('state', ProdProc::getStateName($p->state)));

$row->add(new Label('startdate', H::fd($p->startdate)));
Expand Down
Loading

0 comments on commit da5e609

Please sign in to comment.