mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Merge branch 'increase-series-length'
This commit is contained in:
@ -386,8 +386,8 @@ function removeComponent(component) {
|
||||
function onUpdate(val, element) {
|
||||
switch (element.name) {
|
||||
case 'SERIES':
|
||||
if (val.length >= 4) {
|
||||
val = val.substring(0, 4)
|
||||
if (val.length >= 6) {
|
||||
val = val.substring(0, 6)
|
||||
}
|
||||
break
|
||||
case 'DELIMITER':
|
||||
|
||||
Reference in New Issue
Block a user