mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 19:02:16 +00:00
FIX: Fix supplier sort
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 2.0.13 on 2020-02-19 13:47
|
||||
# Generated by Django 3.0.3 on 2020-02-19 14:44
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
@@ -16,6 +16,6 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='supplier',
|
||||
options={},
|
||||
options={'ordering': ['name']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user