chilek / lms

Lan Management System (LMS) public GIT repo
http://lms.org.pl
126 stars 135 forks source link

bugfix: fix typo #2350

Closed rafalpietraszewicz closed 1 year ago

chilek commented 1 year ago
[vostro3560 lms.github]# grep -r "triffid"
templates/default/document/documentpromotions.html:   var assignmentTariffId = '{$document.assignment.triffid}';
templates/default/customer/customerassignmentsedit.html:  var assignmentTariffId = '{$assignment.triffid}';
[vostro3560 lms.github]# 

chilek commented 1 year ago

Jak widać dwóch plikach chyba jest nie tak.

rafalpietraszewicz commented 1 year ago

[vostro3560 lms.github]# grep -r "triffid" templates/default/document/documentpromotions.html: var assignmentTariffId = '{$document.assignment.triffid}'; templates/default/customer/customerassignmentsedit.html: var assignmentTariffId = '{$assignment.triffid}'; [vostro3560 lms.github]#

Faktycznie. Poprawiłem.