mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 17:19:34 +00:00
Renamed vendor_barcode to user_barcode in entities
This commit is contained in:
parent
03ec4a9f84
commit
baa7279adc
9 changed files with 30 additions and 18 deletions
|
|
@ -148,7 +148,7 @@ class PartMergerTest extends KernelTestCase
|
|||
public function testMergeOfPartLots(): void
|
||||
{
|
||||
$lot1 = (new PartLot())->setAmount(2)->setNeedsRefill(true);
|
||||
$lot2 = (new PartLot())->setInstockUnknown(true)->setVendorBarcode('test');
|
||||
$lot2 = (new PartLot())->setInstockUnknown(true)->setUserBarcode('test');
|
||||
$lot3 = (new PartLot())->setDescription('lot3')->setAmount(3);
|
||||
$lot4 = (new PartLot())->setDescription('lot4')->setComment('comment');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue