mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
Remove auto-generated file
This commit is contained in:
@ -1,22 +0,0 @@
|
|||||||
# Generated by Django 4.2.20 on 2025-04-03 01:17
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
("report", "0029_remove_reportoutput_template_and_more"),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name="reporttemplate",
|
|
||||||
name="merge",
|
|
||||||
field=models.BooleanField(
|
|
||||||
default=False,
|
|
||||||
help_text="Render a single report against selected items",
|
|
||||||
verbose_name="Merge",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
]
|
|
Reference in New Issue
Block a user