mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Added table of orders and details for each order showing table of lines
This commit is contained in:
		
							
								
								
									
										21
									
								
								InvenTree/build/migrations/0010_auto_20180418_0028.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								InvenTree/build/migrations/0010_auto_20180418_0028.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| # -*- coding: utf-8 -*- | ||||
| # Generated by Django 1.11 on 2018-04-17 14:28 | ||||
| from __future__ import unicode_literals | ||||
|  | ||||
| import django.core.validators | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('build', '0009_auto_20180417_1316'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='build', | ||||
|             name='status', | ||||
|             field=models.PositiveIntegerField(choices=[(10, 'Pending'), (20, 'Holding'), (30, 'Cancelled'), (40, 'Complete')], default=10, validators=[django.core.validators.MinValueValidator(0)]), | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user