case 4025 replaced partnumber with partname and changed partname to partdescription
This commit is contained in:
@@ -748,7 +748,7 @@ export default {
|
||||
this.obj.customerId = gen.customerId;
|
||||
this.obj.serial = gen.serial;
|
||||
this.obj.purchasedDate = gen.purchaseDate;
|
||||
this.obj.description = p.partNumber;
|
||||
this.obj.description = p.name;
|
||||
if (
|
||||
gen.address ||
|
||||
gen.city ||
|
||||
|
||||
Reference in New Issue
Block a user